summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorHye-Shik Chang <hyeshik@gmail.com>2004-03-21 19:34:30 (GMT)
committerHye-Shik Chang <hyeshik@gmail.com>2004-03-21 19:34:30 (GMT)
commitc3a87b8dbbbcc069a58bcbbb0fb5f07858178bca (patch)
treeb0fb371bbf6d0a5c2431b02cae768f0874e2107e /Misc
parent56d7913baebe520015c4d25dd1a7469cfd918527 (diff)
downloadcpython-c3a87b8dbbbcc069a58bcbbb0fb5f07858178bca.zip
cpython-c3a87b8dbbbcc069a58bcbbb0fb5f07858178bca.tar.gz
cpython-c3a87b8dbbbcc069a58bcbbb0fb5f07858178bca.tar.bz2
Bug #920575: Add a workaround for GNU libc nl_langinfo()'s returning NULL.
(Reported by Matthias Klose)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c0e2afe..dfb6432 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -193,6 +193,9 @@ Core and builtins
Extension modules
-----------------
+- Bug #920575: A problem that _locale module segfaults on
+ nl_langinfo(ERA) caused by GNU libc's illegal NULL return is fixed.
+
- array objects now support the copy module. Also, their resizing
scheme has been updated the same as for list objects. The improves
the performance (speed and memory usage) of append() operations.