Closed shiftinv closed 1 year ago
The lowercase random.random already matches random.Random on Windows as well (due to being case-insensitive), but not on other platforms.
random.random
random.Random
Resolves #926.
Hi! Friendly ping. What's the status of this?
The inconsistency across platforms is inconvenient when running automated checks against multiple platforms.
The lowercase
random.random
already matchesrandom.Random
on Windows as well (due to being case-insensitive), but not on other platforms.Resolves #926.