<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Feb 28, 2013 at 3:17 PM, <a href="mailto:fwierzbicki@gmail.com">fwierzbicki@gmail.com</a> <span dir="ltr"><<a href="mailto:fwierzbicki@gmail.com" target="_blank">fwierzbicki@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Thu, Feb 28, 2013 at 12:00 PM, Antoine Pitrou <<a href="mailto:solipsis@pitrou.net">solipsis@pitrou.net</a>> wrote:<br>


> IMHO, we should remove the plat-* directories, they are completely<br>
> unmaintained, undocumented, and serve no useful purpose.<br>
</div>Oh I didn't know that - so definitely adding to that is right out :)<br>
<br>
Really for cases like Jython's zlib.py (no useful code for CPython) I<br>
don't have any trouble keeping them entirely in Jython. It just would<br>
have been fun to delete our Lib/ :)<br>
<br>
It would be nice in this particular case if there was a zlib.py that<br>
imported _zlib -- then it would be easy to shim in Jython's version,<br>
whether it is written in a .py file or in Java.<br></blockquote><div><br></div><div style>That should be fine as that is what we already do for accelerator modules anyway. If you want to work towards having an equivalent of CPython's Modules/ directory so you can ditch your custom Lib/ modules by treating your specific code as accelerators I think we can move towards that solution.</div>

</div></div></div>