[ python-Bugs-902037 ] relative on-disk SYSTEM id handling is incorrect

SourceForge.net noreply at sourceforge.net
Wed Oct 20 10:22:28 CEST 2004


Bugs item #902037, was opened at 2004-02-22 03:13
Message generated for change (Comment added) made by rhettinger
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=902037&group_id=5470

Category: XML
Group: Python 2.3
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Bob Ippolito (etrepum)
Assigned to: Nobody/Anonymous (nobody)
Summary: relative on-disk SYSTEM id handling is incorrect

Initial Comment:
XML.sax.saxutils.prepare_input_source checks os.path.isfile on a 
relative path without first combining it with the base path.  
Attached patch is against CVS HEAD (which is also broken, 
in the exact same way, so I imagine the patch should apply cleanly 
to 2.3).

----------------------------------------------------------------------

>Comment By: Raymond Hettinger (rhettinger)
Date: 2004-10-20 03:22

Message:
Logged In: YES 
user_id=80475

Accepted and applied:
   Lib/xml/sax/saxutils.py 1.24

----------------------------------------------------------------------

Comment By: Chuck Rhode (crhode)
Date: 2004-03-02 12:42

Message:
Logged In: YES 
user_id=988879

See also Bugs 788931 and 616431.  -ccr-

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=902037&group_id=5470


More information about the Python-bugs-list mailing list