diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-03-27 18:49:02 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-03-27 18:49:02 (GMT) |
commit | 2e64c3485021ec8c8e2dfc51f1c93d349ab7d3ba (patch) | |
tree | 7c419b12c47308f04699f7988714a84a3b81e011 /Misc | |
parent | 4208d4f7574bef6cfd78e242a83aedd12442c812 (diff) | |
download | cpython-2e64c3485021ec8c8e2dfc51f1c93d349ab7d3ba.zip cpython-2e64c3485021ec8c8e2dfc51f1c93d349ab7d3ba.tar.gz cpython-2e64c3485021ec8c8e2dfc51f1c93d349ab7d3ba.tar.bz2 |
Expose C library's gettext. Fixes #516412.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,6 +31,8 @@ Core and builtins Extension modules +- The locale module now exposes the C library's gettext interface. + - A security hole ("double free") was found in zlib-1.1.3, a popular third party compression library used by some Python modules. The hole was quickly plugged in zlib-1.1.4, and the Windows build of |