diff options
author | Georg Brandl <georg@python.org> | 2005-08-24 07:31:33 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-08-24 07:31:33 (GMT) |
commit | 79c122f568d1d08779d564cee375d62a0ea114db (patch) | |
tree | 87d2cfe0cb9f89b51a78193dc5d6080bf7848790 /Misc/NEWS | |
parent | 6f2bbd353b29a309cde387c0913dda32a8a3ebea (diff) | |
download | cpython-79c122f568d1d08779d564cee375d62a0ea114db.zip cpython-79c122f568d1d08779d564cee375d62a0ea114db.tar.gz cpython-79c122f568d1d08779d564cee375d62a0ea114db.tar.bz2 |
bug [ 1190204 ] 3.29 site is confusing re site-packages on Windows
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -456,6 +456,8 @@ Tests Documentation ------------- +- Bug #1190204: Clarify which directories are searched by site.py. + - Bug #1193849: Clarify os.path.expanduser() documentation. - Bug #1243192: re.UNICODE and re.LOCALE affect \d, \D, \s and \S. |