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 ncoghlan
Recipients eric.araujo, giampaolo.rodola, ncoghlan, pitrou, vstinner
Date 2012-01-31.12:53:56
SpamBayes Score 1.9285719e-05
Marked as misclassified No
Message-id <1328014437.69.0.747039569657.issue13229@psf.upfronthosting.co.za>
In-reply-to
Content
With the release of 0.3, I'm pretty happy with the WalkDir design (previous versions coerced the output values to ordinary 3-tuples, now it will pass along whatever the underlying iterable produces with changing the type at all).
History
Date User Action Args
2012-01-31 12:53:57ncoghlansetrecipients: + ncoghlan, pitrou, vstinner, giampaolo.rodola, eric.araujo
2012-01-31 12:53:57ncoghlansetmessageid: <1328014437.69.0.747039569657.issue13229@psf.upfronthosting.co.za>
2012-01-31 12:53:57ncoghlanlinkissue13229 messages
2012-01-31 12:53:56ncoghlancreate