Mailing List Archive

CVS: python/dist/src/Misc NEWS,1.368,1.369
Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv3702/Misc

Modified Files:
NEWS
Log Message:
Expose C library's gettext. Fixes #516412.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.368
retrieving revision 1.369
diff -C2 -d -r1.368 -r1.369
*** NEWS 27 Mar 2002 13:03:09 -0000 1.368
--- NEWS 27 Mar 2002 18:49:02 -0000 1.369
***************
*** 32,35 ****
--- 32,37 ----
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