summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-09-21 21:28:47 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-09-21 21:28:47 (GMT)
commit0dc97ed18d0d261b87ea9714e2432d6595b2fa9b (patch)
tree8fe81d4bbdbc615f65df2dc0235c574c29f56526 /Misc
parentc944cfc793db056d59084cca03297c5b1ad0e487 (diff)
downloadcpython-0dc97ed18d0d261b87ea9714e2432d6595b2fa9b.zip
cpython-0dc97ed18d0d261b87ea9714e2432d6595b2fa9b.tar.gz
cpython-0dc97ed18d0d261b87ea9714e2432d6595b2fa9b.tar.bz2
fix news
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 68403c6..290d6a2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,10 @@ What's New in Python 3.2 Alpha 3?
Core and Builtins
-----------------
+- Issue #9901: Destroying the GIL in Py_Finalize() can fail if some other
+ threads are still running. Instead, reinitialize the GIL on a second call to
+ Py_Initialize().
+
- All SyntaxErrors now have a column offset and therefore a caret when the error
is printed.
@@ -58,6 +62,10 @@ Core and Builtins
Library
-------
+- Issue #9877: Expose sysconfig.get_makefile_filename()
+
+- logging: Added hasHandlers() method to Logger and LoggerAdapter.
+
- Issue #9908: Fix os.stat() on bytes paths under Windows 7.
- Issue #2643: msync() is not called anymore when deallocating an open mmap