Commit 11b1f3da authored by Victor Stinner's avatar Victor Stinner

NEWS: Move #6612 to Library section

parent 06bca9a2
...@@ -10,12 +10,12 @@ What's New in Python 3.2 Beta 1? ...@@ -10,12 +10,12 @@ What's New in Python 3.2 Beta 1?
Core and Builtins 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 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() - Issue #3873: Speed up unpickling from file objects which have a peek()
method. method.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment