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 Dave Jones, Jim.Jewett, drj, eric.smith, r.david.murray, serhiy.storchaka
Date 2015-11-12.22:36:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447367813.55.0.709565237816.issue21748@psf.upfronthosting.co.za>
In-reply-to
Content
Technically the docs are not wrong: "matches files according to the rules of the shell" does not say anything about sorting (matching is separate from what is done with the matched filenames; the shell sorts them and inserts them in place, python returns an unsorted list).  It also mentions using listdir, which is documented as unsorted.

That said, it would be reasonable to insert a disclaimer that the returned results are unsorted, unlike the shell.  If you want to open an new issue with a proposed doc patch, that would be fine.
History
Date User Action Args
2015-11-12 22:36:53r.david.murraysetrecipients: + r.david.murray, eric.smith, drj, Jim.Jewett, serhiy.storchaka, Dave Jones
2015-11-12 22:36:53r.david.murraysetmessageid: <1447367813.55.0.709565237816.issue21748@psf.upfronthosting.co.za>
2015-11-12 22:36:53r.david.murraylinkissue21748 messages
2015-11-12 22:36:53r.david.murraycreate