<br><br><div><span class="gmail_quote">On 1/3/07, <b class="gmail_sendername">Ronald Oussoren</b> &lt;<a href="mailto:ronaldoussoren@mac.com">ronaldoussoren@mac.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>On 2 Jan, 2007, at 1:14, Brett Cannon wrote:<br><br><br>&gt;<br>&gt; * buildtools<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;2.3<br><br>This one is still used by buildapplet (a mac specific tool/module).<br>However, see below for more on this.</blockquote>
<div><br>Since the deprecation has already occurred it&#39;s out of my hands. <br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt; * cfmfile<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;2.4<br><br>mac specific, I don&#39;t know if this works on OSX (Jack probably knows).</blockquote><div><br>It&#39;s already deprecated so I am not going to worry about it.<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt; * macfs<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;2.3<br><br>Mac specific, I have no idea whether this is still in use.</blockquote><div><br>Same as above. <br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt; * Mac<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;+ applesingle<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- Undocumented.<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;* AppleSingle is a binary file format for A/UX.<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+ A/UX no longer distributed.<br><br>No problems here.</blockquote>
<div><br>Yay, no argument!&nbsp; =)<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&gt; * UNIX<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;+ nis<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- Wrapper for NIS.
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;* NIS has been replaced by LDAP, DNS, and Kerberos.<br><br>That&#39;s rather optimistic, NIS is still in active use. NIS is often<br>easier to setup than LDAP/Kerberos, especially with older proprietary
<br>unix versions.</blockquote><div><br>It&#39;s already been saved.<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&gt; * telnetlib
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;+ Telnet is not used very much anymore.<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- Telnet is unsafe.<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- Most people use SSH instead.<br><br>I still use telnet to connect to embedded systems, or even ancient<br>unix systems.&nbsp;&nbsp;I must admit that I don&#39;t often use the telnetlib
<br>module but mostly just use plain socket connections and ignore the<br>telnet protocol.</blockquote><div><br>The module has been saved.<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt; * asynchat/asyncore<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;+ Third-party libraries provide better solutions.<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- twisted [#twisted]_<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;+ Deprecation previously supported [#py-dev-summary-2004-11-01]_<br><br>Asyncore is still in active use, also not everyone agrees that
<br>Twisted is better.</blockquote><div><br>Been saved. <br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&gt; Modules to Rename
<br>&gt; =================<br>&gt;<br>&gt;<br>&gt; PEP 8 specifies that modules &quot;should have short, lowercase names,<br>&gt; without underscores&quot; [#pep-0008]_.<br><br>Why does the restriction on underscores exist? Removing that
<br>restriction would make lowercase-only names easier to use<br>(basehttpserver vs. base_http_server).</blockquote><div><br>I think Guido said he preferred it that way. <br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt; * autoGIL<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;autogil<br><br>This one is mac specific. It&#39;s probably possible to completely drop<br>this one with some changes to&nbsp;&nbsp;the Carbon bindings.</blockquote><div><br>So should this be deprecated to force the change, or leave it be for now? 
<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&gt; * Carbon<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;carbon<br><br>Also mac specific. I&#39;m pretty sure the capitalization is on purpose,
<br>this is a wrapper for Apple&#39;s Carbon libraries.</blockquote><div><br>Possibly, but it still breaks the rules.<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt; * EasyDialogs<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;easydialogs<br>&gt; * FrameWork<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;framework<br><br>Also mac specific. Framework is badly documented and hasn&#39;t even been<br>updated to support Carbon Events, which itself is ancient technology
<br>by now.</blockquote><div><br>So FrameWork can go? <br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&gt; * MacOS<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;macos
<br><br>&gt; * MiniAEFrame<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;miniaeframe<br><br>Mac specific.<br><br>&gt; * Nav<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;nav<br><br>Mac specific.<br><br>&gt; * PixMapWrapper<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;pixmapwrapper<br><br>Mac specific<br><br>&gt; * W<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;w
<br><br>Mac specific and ancient (see Framework). It&#39;s also no longer present<br>in the trunk.</blockquote><div><br>Then why are there still docs for it? <br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt;<br>&gt;<br>&gt; Merging C and Python implementations of the same interface<br>&gt; ----------------------------------------------------------<br>&gt;<br>&gt; Several interfaces have both a Python and C implementation.&nbsp;&nbsp;While it
<br>&gt; is great to have a C implementation for speed with a Python<br>&gt; implementation as fallback, there is no need to expose the two<br>&gt; implementations independently in the stdlib.&nbsp;&nbsp;For Python 3.0 all<br>&gt; interfaces with two implementations will be merged into a single
<br>&gt; public interface.<br><br>+lots on that. A Python and C implementation that are almost but not<br>quite the same can be confusing at times.<br><br><br>&gt; Open Issues<br>&gt; ===========<br>&gt; * mac<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;+ Various Mac-specific modules.
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;+ Same can be done for other platform-specific code.<br><br>The mac libraries need some serious love. Most of the extensions and<br>corresponding python libraries are generated from Apple&#39;s headers<br>files, but generating them requires the old OS9 SDK. It should be
<br>possible to convert the toolchain to use the current OSX headers, but<br>that requires someone that either knows how bgen works or is willing<br>to spend time to learn bgen.</blockquote><div><br>Does that means we should remove all of the bgen-based modules (is that all of them)?
<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Several parts of the mac library should be deprecated in 2.6 and<br>removed in 
3.0. Applescript/OSA support is an example of that: the<br>applescript support in the stdlib is awkward to use and has some bugs<br>(especially on intel macs). </blockquote><div><br>Library references says gensuitemodule, aetools, aepack, aetypes, and MiniAEFrame are for OSA.&nbsp; Should they all go?&nbsp;
</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">There&#39;s also a much better way to<br>interface with Applescript/OSA: appscript (http://
<br><a href="http://appscript.sourceforge.net/">appscript.sourceforge.net/</a>).</blockquote><div><br>Are you up to helping me figure out what Mac modules should go?&nbsp; If I write up a list Mac-specific modules can you tell me which ones should go?
<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Support for CoreFoundation should also be dropped, Carbon.CF is<br>incomplete and barely tested. I&#39;m already working on extending PyObjC
<br>to include full support for CoreFoundation (and other frameworks<br>based on CF) [<a href="http://pyobjc.sf.net">http://pyobjc.sf.net</a>].</blockquote><div><br>That&#39;s good to hear. <br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt;<br>&gt; Modules reliant on obsolete/rarely used file formats?<br>&gt; -----------------------------------------------------<br>&gt;<br>&gt; Several modules in the stdlib work on a specific file format.&nbsp;&nbsp;It is<br>&gt; possible some of these formats are no longer used and thus the stdlib
<br>&gt; modules for them can go.&nbsp;&nbsp;Below is a list of some modules which rely<br>&gt; on a file format that may be obsolete.<br>&gt;<br>&gt; * aifc<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;AIFF and AIFF-C audio files.&nbsp;&nbsp;Appears to be only user of the cl
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;module (which is undocumented).<br><br>AIFF is not an obsolete file format (<a href="http://en.wikipedia.org/wiki/AIFF">http://en.wikipedia.org/wiki/AIFF</a>).</blockquote><div><br>OK. <br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt; * binhex<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;binhex4 encoding.<br><br>binhex is still used in the mac world, although most software seems<br>to move to more cross-platform-friendly formats.</blockquote><div><br><br>I have not come across a binhex file on OS X in ages (everything seems to be DMG these days).&nbsp; Is the use in the MacPython world enough to warrant keeping this?
<br><br>-Brett<br></div></div>