[ python-Bugs-1092701 ] os.remove fails on win32 with read-only file
SourceForge.net
noreply at sourceforge.net
Wed Dec 29 15:30:49 CET 2004
Bugs item #1092701, was opened at 2004-12-29 09:30
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1092701&group_id=5470
Category: Python Interpreter Core
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Joshua Weage (jpweage)
Assigned to: Nobody/Anonymous (nobody)
Summary: os.remove fails on win32 with read-only file
Initial Comment:
On Windows XP SP2 and Python 2.3.3 or 2.4 a call to
os.remove returns Errno 13 permission denied on a
read-only file. On linux, python will delete a
read-only file.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1092701&group_id=5470
More information about the Python-bugs-list
mailing list