<span class="Apple-style-span" style="font-family: monospace; font-size: 12px; line-height: 17px; "><pre style="white-space: pre-wrap; word-wrap: break-word; ">I am very glad you&#39;re reorganizing the Standard Library. Thumbs up! I hope everything will comply to PEP 8 after you&#39;re done.

Since you&#39;re reorganizing, I have my own contribution. I have attached a patch. The <a href="http://bugs.python.org/issue7351">issue7351</a> was not accepted at the time, so I hope you&#39;ll accept this fix now.

My point is that every class name in the module zipfile is like this:
- LargeZipFile
- ZipFile
- PyZipFile
.</pre><pre style="white-space: pre-wrap; word-wrap: break-word; ">.</pre><pre style="white-space: pre-wrap; word-wrap: break-word; ">.</pre><pre style="white-space: pre-wrap; word-wrap: break-word; ">So apply my patch to make the class name BadZipfile consistent to other class names in the zipfile module and let it be named BadZipFile. Thank you.</pre>
<pre style="white-space: pre-wrap; word-wrap: break-word; "><br></pre><pre style="white-space: pre-wrap; word-wrap: break-word; "><br></pre><pre style="white-space: pre-wrap; word-wrap: break-word; ">Best regards,</pre><pre style="white-space: pre-wrap; word-wrap: break-word; ">
BoĊĦtjan Mejak</pre></span>