Closed
Description
How are the files in the standard lib directory created?
According to Pythonscript 3.0.1 x64.zip there is a Queue.py file in lib but it should be queue.py.
The content of both files is the same, so I assume it is a windows quirk where
the filename did not get modified as it is, from windows point of view, the same name.