diff options
author | Raymond Hettinger <python@rcn.com> | 2004-10-20 08:21:57 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-10-20 08:21:57 (GMT) |
commit | c64aab840033c866a13cfd76fc75407de84accd3 (patch) | |
tree | 57a37ddf953ea653ef3814e2868d8aa1fac4f74b | |
parent | 06d9b1f30bfaa24614a20047ea3ae0b6328177d8 (diff) | |
download | cpython-c64aab840033c866a13cfd76fc75407de84accd3.zip cpython-c64aab840033c866a13cfd76fc75407de84accd3.tar.gz cpython-c64aab840033c866a13cfd76fc75407de84accd3.tar.bz2 |
SF bug #902037: relative on-disk SYSTEM id handling is incorrect
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,6 +22,9 @@ Extension Modules Library ------- +- Bug #902037: XML.sax.saxutils.prepare_input_source() now combines relative + paths with a base path before checking os.path.isfile(). + - The whichdb module can now be run from the command line. - Bug #1045381: time.strptime() can now infer the date using %U or %W (week of |