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 BreamoreBoy
Recipients BreamoreBoy, delhallt, ezio.melotti
Date 2014-07-31.19:10:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406833815.94.0.497830610567.issue17923@psf.upfronthosting.co.za>
In-reply-to
Content
Couldn't part of the patch be simplified to:-

if basename or os.path.isdir(dirname):
    yield pathname

or have I misread it?
History
Date User Action Args
2014-07-31 19:10:15BreamoreBoysetrecipients: + BreamoreBoy, ezio.melotti, delhallt
2014-07-31 19:10:15BreamoreBoysetmessageid: <1406833815.94.0.497830610567.issue17923@psf.upfronthosting.co.za>
2014-07-31 19:10:15BreamoreBoylinkissue17923 messages
2014-07-31 19:10:15BreamoreBoycreate