Add missing entry for r86223.

This commit is contained in:
Éric Araujo 2010-11-05 23:58:34 +00:00
parent bee5cef7db
commit 89c0478c53

View file

@ -65,6 +65,9 @@ Core and Builtins
Library
-------
- Issue #10252: Close file objects in a timely manner in distutils code and
tests. Patch by Brian Brazil, completed by Éric Araujo.
- Issue #10180: Pickling file objects is now explicitly forbidden, since
unpickling them produced nonsensical results.