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 amaury.forgeotdarc
Recipients BreamoreBoy, amaury.forgeotdarc, eric.araujo, norbidur
Date 2010-07-31.13:11:50
SpamBayes Score 0.008670093
Marked as misclassified No
Message-id <1280581915.4.0.173659601509.issue1776674@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a test + patch, to preserve the separator. Of course this changes the current behaviour, like:
>>> glob.glob('/tmp/////foo*')
['/tmp/////foo1', '/tmp/////foo2']
History
Date User Action Args
2010-07-31 13:11:55amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, norbidur, eric.araujo, BreamoreBoy
2010-07-31 13:11:55amaury.forgeotdarcsetmessageid: <1280581915.4.0.173659601509.issue1776674@psf.upfronthosting.co.za>
2010-07-31 13:11:51amaury.forgeotdarclinkissue1776674 messages
2010-07-31 13:11:51amaury.forgeotdarccreate