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 eric.araujo
Recipients belopolsky, daniel.urban, eli.bendersky, eric.araujo, ezio.melotti, georg.brandl, ncoghlan, ned.deily, orsenthil, rhettinger, vinay.sajip, vstinner
Date 2011-02-17.18:18:00
SpamBayes Score 0.00014231606
Marked as misclassified No
Message-id <1297966682.97.0.54838214121.issue11071@psf.upfronthosting.co.za>
In-reply-to
Content
> 2.Issue number for functools.lru_cache is not mentioned. If no tracker
> id/ discussion is available, checkin link can be mentioned.
There was no tracker issue for that; the checkin is r83327, but I don’t think it would be useful to mention it in whatsnew.

> 3. There is section for Popen which says, subprocess.Popen() functions
> now support with statements for auto-closing of the file descriptors.
> Not really. Only os.popen() function supports it.
You must have missed line 752 and following of Lib/functools.py.  Brian did add context management support to Popen in response to my request in #10554.
History
Date User Action Args
2011-02-17 18:18:03eric.araujosetrecipients: + eric.araujo, georg.brandl, rhettinger, vinay.sajip, ncoghlan, belopolsky, orsenthil, vstinner, ned.deily, ezio.melotti, eli.bendersky, daniel.urban
2011-02-17 18:18:02eric.araujosetmessageid: <1297966682.97.0.54838214121.issue11071@psf.upfronthosting.co.za>
2011-02-17 18:18:00eric.araujolinkissue11071 messages
2011-02-17 18:18:00eric.araujocreate