From: Victor Stinner Date: Tue, 12 Oct 2010 22:42:37 +0000 (+0000) Subject: NEWS: Move #6612 to Library section X-Git-Tag: v3.2a4~650 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11b1f3dac14f72d7406c96fd7b749ebd8cc16bc9;p=thirdparty%2FPython%2Fcpython.git NEWS: Move #6612 to Library section --- diff --git a/Misc/NEWS b/Misc/NEWS index a397539cb006..8ff3f3b1ee92 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -10,12 +10,12 @@ What's New in Python 3.2 Beta 1? Core and Builtins ----------------- -- Issue #6612: Fix site and sysconfig to catch os.getcwd() error, eg. if the - current directory was deleted. Patch written by W. Trevor King. - Library ------- +- Issue #6612: Fix site and sysconfig to catch os.getcwd() error, eg. if the + current directory was deleted. Patch written by W. Trevor King. + - Issue #3873: Speed up unpickling from file objects which have a peek() method.