Message 254597 - Python tracker

Message254597

Author Dave Jones
Recipients Dave Jones, docs@python
Date 2015-11-13.10:26:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447410381.17.0.519847126493.issue25615@psf.upfronthosting.co.za>
In-reply-to
Content
As suggested in issue 21748, this is a minor documentation change to make explicitly clear that glob.glob returns unsorted results (on the basis that the existing specification references shell behaviour which is always sorted).
History
Date User Action Args
2015-11-13 10:26:21Dave Jonessetrecipients: + Dave Jones, docs@python
2015-11-13 10:26:21Dave Jonessetmessageid: <1447410381.17.0.519847126493.issue25615@psf.upfronthosting.co.za>
2015-11-13 10:26:20Dave Joneslinkissue25615 messages
2015-11-13 10:26:20Dave Jonescreate