This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients QbLearningPython, r.david.murray, serhiy.storchaka
Date 2017-11-16.18:40:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510857603.06.0.213398074469.issue32040@psf.upfronthosting.co.za>
In-reply-to
Content
It is "obvious by inspection".  Paths are paths instead of strings because they are formed out of discrete path components instead of strings.  If you sorted each directory in the paths from the top down, and then sorted the subdirectories, and then sorted the filenames, you get that sorting by component.  It's the same order you would get out of an ls -R.
History
Date User Action Args
2017-11-16 18:40:03r.david.murraysetrecipients: + r.david.murray, serhiy.storchaka, QbLearningPython
2017-11-16 18:40:03r.david.murraysetmessageid: <1510857603.06.0.213398074469.issue32040@psf.upfronthosting.co.za>
2017-11-16 18:40:03r.david.murraylinkissue32040 messages
2017-11-16 18:40:02r.david.murraycreate