This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: relative on-disk SYSTEM id handling is incorrect
Type: Stage:
Components: XML Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: bob.ippolito, crhode, rhettinger
Priority: normal Keywords:

Created on 2004-02-22 08:13 by bob.ippolito, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
saxutils.diff bob.ippolito, 2004-02-22 08:13 prepare_input_source fix
Messages (3)
msg20101 - (view) Author: Bob Ippolito (bob.ippolito) * (Python committer) Date: 2004-02-22 08:13
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).
msg20102 - (view) Author: Chuck Rhode (crhode) Date: 2004-03-02 17:42
Logged In: YES 
user_id=988879

See also Bugs 788931 and 616431.  -ccr-
msg20103 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2004-10-20 08:22
Logged In: YES 
user_id=80475

Accepted and applied:
   Lib/xml/sax/saxutils.py 1.24
History
Date User Action Args
2022-04-11 14:56:02adminsetgithub: 39969
2009-02-13 03:51:47ajaksu2linkissue788931 dependencies
2004-02-22 08:13:04bob.ippolitocreate