ipFile. Thank you.
Best regards,
Boštjan Mejak
zipfile-patch.diff
Description: Binary data
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
http://mail.python.org/mailman/options
Line 31 (in Pastebin): _STYLE_CODES = tuple("% { $".split())
Is this really necessary? Why not
_STYLE_CODES = ('%', '{', '$')
On Tue, Oct 26, 2010 at 1:15 PM, Nick Coghlan wrote:
> On Tue, Oct 26, 2010 at 9:08 PM, Nick Coghlan wrote:
> > On Tue, Oct 26, 2010 at 12:28 AM, Vinay Sajip
> wrote:
Forwarded conversation
Subject: Fixing zipfile.BadZipfile to zipfile.BadZipFile
From: *Boštjan Mejak*
Date: Fri, Oct 15, 2010 at 11:02 PM
To: python-dev@python.org
I am very glad you're reorganizing the Standard Library. Thumbs up! I
hope everything will comply t
The tests prove that r85874 does not break the build.
On Fri, Oct 29, 2010 at 12:49 AM, Éric Araujo wrote:
> Le 28/10/2010 22:52, anatoly techtonik a écrit :
> > Can anybody summarize the outcome?
> > Is it that renaming BadZipfile to BadZipFile with backward compatible
> > alias and deprecation