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 r.david.murray
Recipients babou, r.david.murray
Date 2013-03-25.16:51:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364230279.72.0.899587907536.issue17545@psf.upfronthosting.co.za>
In-reply-to
Content
By the way, you could write this as:

  localist = os.listdir(path if path else '.')
History
Date User Action Args
2013-03-25 16:51:19r.david.murraysetrecipients: + r.david.murray, babou
2013-03-25 16:51:19r.david.murraysetmessageid: <1364230279.72.0.899587907536.issue17545@psf.upfronthosting.co.za>
2013-03-25 16:51:19r.david.murraylinkissue17545 messages
2013-03-25 16:51:19r.david.murraycreate