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 benhoyt
Recipients abacabadabacaba, akira, alexei.romanov, benhoyt, giampaolo.rodola, josh.r, pitrou, python-dev, socketpair, tebeka, tim.golden, vstinner
Date 2015-03-10.11:36:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425987409.52.0.962767719106.issue22524@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Victor. I'm attaching a patch to the What's New doc. I know it's a minor thing, but I really read the What's New in Python x.y page whenever it comes out, so making this as specific as possible is good. The changes are:

1. Be more specific and flesh it out slightly: for example, instead of just saying "PEP 471 adds a new directory iteration function", say very briefly why it was added (to speed up os.walk) and what it achieves.
2. Move "PEP and implementation by..." under correct correct PEP -- it's currently under PEP 475.
3. Be more specific (as per point 1) under os.scandir(), and link to issue
4. Add a note about the os.walk() performance improvement under Optimizations. I realize the changes to os.walk() haven't been committed yet, but hopefully they will be quite soon.

Any feedback? Are you happy to commit these changes?

I intend to do some review of the scandir/DirEntry docs as well. I'll send those in the next few days.
History
Date User Action Args
2015-03-10 11:36:49benhoytsetrecipients: + benhoyt, tebeka, pitrou, vstinner, giampaolo.rodola, tim.golden, abacabadabacaba, akira, socketpair, python-dev, josh.r, alexei.romanov
2015-03-10 11:36:49benhoytsetmessageid: <1425987409.52.0.962767719106.issue22524@psf.upfronthosting.co.za>
2015-03-10 11:36:49benhoytlinkissue22524 messages
2015-03-10 11:36:49benhoytcreate