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 larry
Recipients Arfrever, georg.brandl, hynek, larry, neologix, pitrou, serhiy.storchaka
Date 2012-06-25.11:35:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340624138.09.0.814392092455.issue15177@psf.upfronthosting.co.za>
In-reply-to
Content
Sure, for 3.3 anyway.

I think walk(dir_fd=) should be okay for 3.4.  There's a better implementation anyway, where walk() just calls fwalk() and strips the last element off the yielded stuff.  But moving on!
History
Date User Action Args
2012-06-25 11:35:38larrysetrecipients: + larry, georg.brandl, pitrou, Arfrever, neologix, hynek, serhiy.storchaka
2012-06-25 11:35:38larrysetmessageid: <1340624138.09.0.814392092455.issue15177@psf.upfronthosting.co.za>
2012-06-25 11:35:37larrylinkissue15177 messages
2012-06-25 11:35:37larrycreate