diff options
author | doko@ubuntu.com <doko@ubuntu.com> | 2013-05-15 16:02:13 (GMT) |
---|---|---|
committer | doko@ubuntu.com <doko@ubuntu.com> | 2013-05-15 16:02:13 (GMT) |
commit | ef535584a941c6e5cada828a118a06f5ddf80e86 (patch) | |
tree | 5e18d74d95180e2f512e95094440c2f559b50291 /Misc | |
parent | dbbf4c813ff3f39dcc145d5263c78eaec728fb01 (diff) | |
download | cpython-ef535584a941c6e5cada828a118a06f5ddf80e86.zip cpython-ef535584a941c6e5cada828a118a06f5ddf80e86.tar.gz cpython-ef535584a941c6e5cada828a118a06f5ddf80e86.tar.bz2 |
- Issue #17754: Make ctypes.util.find_library() independent of the locale.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ What's New in Python 3.3.3? Core and Builtins ----------------- +- Issue #17754: Make ctypes.util.find_library() independent of the locale. + - Issue #17927: Frame objects kept arguments alive if they had been copied into a cell, even if the cell was cleared. |