[Patches] [ python-Patches-700858 ] Replacing and deleting files in a zipfile archive.

SourceForge.net noreply at sourceforge.net
Tue May 11 06:24:33 EDT 2004


Patches item #700858, was opened at 2003-03-10 17:08
Message generated for change (Comment added) made by davidfraser
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=700858&group_id=5470

Category: Library (Lib)
Group: Python 2.2.x
Status: Open
Resolution: None
Priority: 5
Submitted By: Nev Delap (nevdelap)
Assigned to: Nobody/Anonymous (nobody)
Summary: Replacing and deleting files in a zipfile archive.

Initial Comment:
Addition of replace, replacestr and delete methods into 
zipfile.py.

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

Comment By: David Fraser (davidfraser)
Date: 2004-05-11 12:24

Message:
Logged In: YES 
user_id=221678

This patch works fine on Python 2.3, if you just add the line
                del self.NameToInfo[name]
before the return in delete
(and the first HUNK with author info isn't applied)
Unfortunately I can't add a file for some reason...
nevdelap, could you update the bug for Python 2.3?

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

Comment By: Nev Delap (nevdelap)
Date: 2003-03-10 17:19

Message:
Logged In: YES 
user_id=730416

OK, so after refreshing it finally decided to show the files I'd 
added.

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

Comment By: Nev Delap (nevdelap)
Date: 2003-03-10 17:16

Message:
Logged In: YES 
user_id=730416

.

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

Comment By: Nev Delap (nevdelap)
Date: 2003-03-10 17:15

Message:
Logged In: YES 
user_id=730416

The file upload say "Successful" but the file isn't listed!? I've 
tried it several times and yes I've checked the checkbox.

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

Comment By: Nev Delap (nevdelap)
Date: 2003-03-10 17:14

Message:
Logged In: YES 
user_id=730416

The file upload say "Successful" but the file isn't listed!? I've 
tried it several times and yes I've checked the checkbox.

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

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



More information about the Patches mailing list