commit | f13c4ba11be4f566f7ae9f821f45ed074755e10c | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Aug 02 10:28:08 2005 +0000 |
committer | Georg Brandl <georg@python.org> | Tue Aug 02 10:28:08 2005 +0000 |
tree | d72ea86c0a553d78e331bb0a415836430507a369 | |
parent | 67962ab1bb4f75083c588e36a00bbcf480fb7c91 [diff] [blame] |
[ 1243192 ] Incorrect documentation of re.UNICODE
diff --git a/Misc/NEWS b/Misc/NEWS index 1598c64..ebc9b0d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -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.