mirror of
https://github.com/python/cpython.git
synced 2025-09-18 06:30:38 +00:00
Added entry for fileConfig() bugfix.
This commit is contained in:
parent
6f42dfce7c
commit
28e57618ad
1 changed files with 7 additions and 4 deletions
11
Misc/NEWS
11
Misc/NEWS
|
@ -39,6 +39,9 @@ Library
|
||||||
|
|
||||||
- The wsgiref package is now installed properly on Unix.
|
- The wsgiref package is now installed properly on Unix.
|
||||||
|
|
||||||
|
- A bug was fixed in logging.config.fileConfig() which caused a crash on
|
||||||
|
shutdown when fileConfig() was called multiple times.
|
||||||
|
|
||||||
Extension Modules
|
Extension Modules
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
@ -81,7 +84,7 @@ Core and builtins
|
||||||
- Fix the socket tests so they can be run concurrently.
|
- Fix the socket tests so they can be run concurrently.
|
||||||
|
|
||||||
- Removed 5 integers from C frame objects (PyFrameObject).
|
- Removed 5 integers from C frame objects (PyFrameObject).
|
||||||
f_nlocals, f_ncells, f_nfreevars, f_stack_size, f_restricted.
|
f_nlocals, f_ncells, f_nfreevars, f_stack_size, f_restricted.
|
||||||
|
|
||||||
- Bug #532646: object.__call__() will continue looking for the __call__
|
- Bug #532646: object.__call__() will continue looking for the __call__
|
||||||
attribute on objects until one without one is found. This leads to recursion
|
attribute on objects until one without one is found. This leads to recursion
|
||||||
|
@ -220,11 +223,11 @@ Extension Modules
|
||||||
Fixes SF python patch/bug #1408584.
|
Fixes SF python patch/bug #1408584.
|
||||||
|
|
||||||
- bsddb: multithreaded DB access using the simple bsddb module interface
|
- bsddb: multithreaded DB access using the simple bsddb module interface
|
||||||
now works reliably. It has been updated to use automatic BerkeleyDB
|
now works reliably. It has been updated to use automatic BerkeleyDB
|
||||||
deadlock detection and the bsddb.dbutils.DeadlockWrap wrapper to retry
|
deadlock detection and the bsddb.dbutils.DeadlockWrap wrapper to retry
|
||||||
database calls that would previously deadlock. [SF python bug #775414]
|
database calls that would previously deadlock. [SF python bug #775414]
|
||||||
|
|
||||||
- Patch #1446489: add support for the ZIP64 extensions to zipfile.
|
- Patch #1446489: add support for the ZIP64 extensions to zipfile.
|
||||||
|
|
||||||
- Patch #1506645: add Python wrappers for the curses functions
|
- Patch #1506645: add Python wrappers for the curses functions
|
||||||
is_term_resized, resize_term and resizeterm.
|
is_term_resized, resize_term and resizeterm.
|
||||||
|
@ -237,7 +240,7 @@ Library
|
||||||
|
|
||||||
- Patch #812986: Update turtle output even if not tracing.
|
- Patch #812986: Update turtle output even if not tracing.
|
||||||
|
|
||||||
- Patch #1494750: Destroy master after deleting children in
|
- Patch #1494750: Destroy master after deleting children in
|
||||||
Tkinter.BaseWidget.
|
Tkinter.BaseWidget.
|
||||||
|
|
||||||
- Patch #1096231: Add ``default`` argument to Tkinter.Wm.wm_iconbitmap.
|
- Patch #1096231: Add ``default`` argument to Tkinter.Wm.wm_iconbitmap.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue