From 11b1f3dac14f72d7406c96fd7b749ebd8cc16bc9 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Tue, 12 Oct 2010 22:42:37 +0000 Subject: [PATCH] NEWS: Move #6612 to Library section --- Misc/NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index a397539cb0..8ff3f3b1ee 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. -- 2.49.0