Message254599
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" |
|
Date |
User |
Action |
Args |
2015-11-13 11:19:56 | drj | set | recipients:
+ drj, eric.smith, r.david.murray, Jim.Jewett, serhiy.storchaka, Dave Jones |
2015-11-13 11:19:56 | drj | set | messageid: <1447413596.65.0.238694471068.issue21748@psf.upfronthosting.co.za> |
2015-11-13 11:19:56 | drj | link | issue21748 messages |
2015-11-13 11:19:56 | drj | create | |
|