[Python-Dev] Fixing zipfile.BadZipfile to zipfile.BadZipFile

2010-10-15 Thread Boštjan Mejak
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

Re: [Python-Dev] Change to logging Formatters: support for alternative format styles

2010-10-26 Thread Boštjan Mejak
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:

[Python-Dev] Fwd: Fixing zipfile.BadZipfile to zipfile.BadZipFile

2010-10-27 Thread Boštjan Mejak
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

Re: [Python-Dev] Fixing zipfile.BadZipfile to zipfile.BadZipFile

2010-10-29 Thread Boštjan Mejak
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