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 drj
Recipients Dave Jones, Jim.Jewett, drj, eric.smith, r.david.murray, serhiy.storchaka
Date 2015-11-13.11:19:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447413596.65.0.238694471068.issue21748@psf.upfronthosting.co.za>
In-reply-to
Content
The original bug report did not mention ls (note serhiy.storchaka). It is a red herring.

I accept that the Python community doesn't care to have glob.glob sorted.
But then I think you should distance yourself from the shell in the documentation.

It currently says:
"The glob module finds all the pathnames matching a specified pattern according to the rules used by the Unix shell"

You could say something like:
"The glob module finds all the pathnames matching a specified pattern, using a syntax inspired by the Unix shell; unlike Unix shell the ordering is not guaranteed"
History
Date User Action Args
2015-11-13 11:19:56drjsetrecipients: + drj, eric.smith, r.david.murray, Jim.Jewett, serhiy.storchaka, Dave Jones
2015-11-13 11:19:56drjsetmessageid: <1447413596.65.0.238694471068.issue21748@psf.upfronthosting.co.za>
2015-11-13 11:19:56drjlinkissue21748 messages
2015-11-13 11:19:56drjcreate