[Python-checkins] python/dist/src/Misc NEWS,1.1169,1.1170

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Wed Oct 20 10:22:03 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19135

Modified Files:
	NEWS 
Log Message:
SF bug #902037: relative on-disk SYSTEM id handling is incorrect



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1169
retrieving revision 1.1170
diff -u -d -r1.1169 -r1.1170
--- NEWS	20 Oct 2004 07:17:15 -0000	1.1169
+++ NEWS	20 Oct 2004 08:21:57 -0000	1.1170
@@ -22,6 +22,9 @@
 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



More information about the Python-checkins mailing list