[Python-checkins] python/dist/src/Misc NEWS,1.1327,1.1328

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Tue Aug 2 12:28:40 CEST 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31597/Misc

Modified Files:
	NEWS 
Log Message:
[ 1243192 ] Incorrect documentation of re.UNICODE



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1327
retrieving revision 1.1328
diff -u -d -r1.1327 -r1.1328
--- NEWS	31 Jul 2005 01:16:35 -0000	1.1327
+++ NEWS	2 Aug 2005 10:28:04 -0000	1.1328
@@ -433,6 +433,8 @@
 Documentation
 -------------
 
+- Bug #1243192: re.UNICODE and re.LOCALE affect \d, \D, \s and \S.
+
 - Bug #755617: Document the effects of os.chown() on Windows.
 
 - Patch #1180012: The documentation for modulefinder is now in the library reference.



More information about the Python-checkins mailing list