diff options
author | Georg Brandl <georg@python.org> | 2005-08-02 10:28:08 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-08-02 10:28:08 (GMT) |
commit | f13c4ba11be4f566f7ae9f821f45ed074755e10c (patch) | |
tree | d72ea86c0a553d78e331bb0a415836430507a369 /Misc | |
parent | 67962ab1bb4f75083c588e36a00bbcf480fb7c91 (diff) | |
download | cpython-f13c4ba11be4f566f7ae9f821f45ed074755e10c.zip cpython-f13c4ba11be4f566f7ae9f821f45ed074755e10c.tar.gz cpython-f13c4ba11be4f566f7ae9f821f45ed074755e10c.tar.bz2 |
[ 1243192 ] Incorrect documentation of re.UNICODE
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -433,6 +433,8 @@ Tests 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. |