[Trac-tickets] Re: [The Trac Project] #3495: Ticket Delete Bug
The Trac Project
noreply at edgewall.com
Tue Aug 1 16:04:26 CDT 2006
#3495: Ticket Delete Bug
----------------------------------+-----------------------------------------
Reporter: coderanger at yahoo.com | Owner: jonas
Type: defect | Status: new
Priority: normal | Milestone: 0.10
Component: ticket system | Version: devel
Severity: major | Resolution:
Keywords: |
----------------------------------+-----------------------------------------
Comment (by eblot):
Not sure to understand this point:
The [source:/trunk/trac/attachment.py delete code] looks like this:
{{{
#!python
if os.path.isfile(self.path):
try:
os.unlink(self.path)
except OSError:
...
}}}
so the file is actually deleted, isn't it?
--
Ticket URL: <http://trac.edgewall.org/ticket/3495#comment:1>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list