[proxy] bugs.python.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

Message 254386 - Python tracker

Message254386

Author xdegaye
Recipients pitrou, r.david.murray, serhiy.storchaka, xdegaye
Date 2015-11-09.13:03:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447074231.32.0.544471315026.issue25584@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW the patch looks good to me.

I find the code in glob.py difficult to read as it happily joins regular filenames together with os.path.join() or attempts to list the files contained into a regular file (sic).  The attached diff makes the code more correct and easier to understand. It is meant to be applied on top of Serhiy's patch.
History
Date User Action Args
2015-11-09 13:03:51xdegayesetrecipients: + xdegaye, pitrou, r.david.murray, serhiy.storchaka
2015-11-09 13:03:51xdegayesetmessageid: <1447074231.32.0.544471315026.issue25584@psf.upfronthosting.co.za>
2015-11-09 13:03:51xdegayelinkissue25584 messages
2015-11-09 13:03:51xdegayecreate