Skip to content

Commit 0dc97ed

Browse files
committed
fix news
1 parent c944cfc commit 0dc97ed

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ What's New in Python 3.2 Alpha 3?
1010
Core and Builtins
1111
-----------------
1212

13+
- Issue #9901: Destroying the GIL in Py_Finalize() can fail if some other
14+
threads are still running. Instead, reinitialize the GIL on a second call to
15+
Py_Initialize().
16+
1317
- All SyntaxErrors now have a column offset and therefore a caret when the error
1418
is printed.
1519

@@ -58,6 +62,10 @@ Core and Builtins
5862
Library
5963
-------
6064

65+
- Issue #9877: Expose sysconfig.get_makefile_filename()
66+
67+
- logging: Added hasHandlers() method to Logger and LoggerAdapter.
68+
6169
- Issue #9908: Fix os.stat() on bytes paths under Windows 7.
6270

6371
- Issue #2643: msync() is not called anymore when deallocating an open mmap

0 commit comments

Comments
 (0)