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 serhiy.storchaka
Recipients cvrebert, elsdoerfer, eric.araujo, giampaolo.rodola, loewis, ncoghlan, pitrou, python-dev, r.david.murray, rhettinger, serhiy.storchaka, ubershmekel, vstinner
Date 2014-09-11.12:41:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1831789.djKdTLeFMd@raxxla>
In-reply-to <1410433090.99.0.692925503876.issue13968@psf.upfronthosting.co.za>
Content
Thank you Victor. The test was failed also when run it directly, omitting the 
test.regrtest module (which run a test inside temporary directory):

    ./python Lib/test/test_glob.py

Now it is fixed.

However perhaps we should consider as a bug if a test ran by regrtest doesn't 
clean created files or directories ('noodly2', '@test_23056_tmp-\udcff.py', and 
'__pycache__' are created by some previous tests).
History
Date User Action Args
2014-09-11 12:41:55serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, rhettinger, ncoghlan, pitrou, vstinner, giampaolo.rodola, eric.araujo, r.david.murray, cvrebert, ubershmekel, elsdoerfer, python-dev
2014-09-11 12:41:54serhiy.storchakalinkissue13968 messages
2014-09-11 12:41:54serhiy.storchakacreate