[Python-checkins] python/dist/src/Misc NEWS, 1.831.4.152,
1.831.4.153
bcannon at users.sourceforge.net
bcannon at users.sourceforge.net
Wed Oct 6 04:16:48 CEST 2004
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17243/Misc
Modified Files:
Tag: release23-maint
NEWS
Log Message:
Escape locale data for regex metacharacters.
Closes bug #1039270.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.152
retrieving revision 1.831.4.153
diff -u -d -r1.831.4.152 -r1.831.4.153
--- NEWS 26 Sep 2004 17:22:11 -0000 1.831.4.152
+++ NEWS 6 Oct 2004 02:16:45 -0000 1.831.4.153
@@ -53,6 +53,8 @@
Library
-------
+- Bug #1039270: Locale data is now escaped for regex metacharacters.
+
- Bug #807871: Fix tkMessageBox.askyesno result.
- Patch #1014992: In tarfile.readline, never return more than a line.
More information about the Python-checkins
mailing list