summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-10-12 22:23:23 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2010-10-12 22:23:23 (GMT)
commitb103a937eab54ed9a42fbc8c75d45246389d3002 (patch)
tree9147fa3b3bb7ed9c5aaa747707a36aca7832166b /Misc
parent6c314ec946b9e3075707557e74b91d33eed82e07 (diff)
downloadcpython-b103a937eab54ed9a42fbc8c75d45246389d3002.zip
cpython-b103a937eab54ed9a42fbc8c75d45246389d3002.tar.gz
cpython-b103a937eab54ed9a42fbc8c75d45246389d3002.tar.bz2
Issue #6612: Fix site and sysconfig to catch os.getcwd() error, eg. if the
current directory was deleted.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 44b7b46..aed06d0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ 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.
+
Library
-------