From c64aab840033c866a13cfd76fc75407de84accd3 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Wed, 20 Oct 2004 08:21:57 +0000 Subject: [PATCH] SF bug #902037: relative on-disk SYSTEM id handling is incorrect --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 828b1d0c374..c9b1e5fe544 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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