<div dir="ltr"><br><br><div class="gmail_quote">On Tue, Jul 22, 2008 at 9:08 PM, Brett Cannon &lt;<a href="mailto:brett@python.org">brett@python.org</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Tue, Jul 22, 2008 at 4:44 PM, benjamin.peterson<br>
&lt;<a href="mailto:python-checkins@python.org">python-checkins@python.org</a>&gt; wrote:<br>
&gt; Author: benjamin.peterson<br>
&gt; Date: Wed Jul 23 01:44:37 2008<br>
&gt; New Revision: 65192<br>
&gt;<br>
&gt; Log:<br>
&gt; remove unneeded import<br>
&gt;<br>
&gt; Modified:<br>
&gt; &nbsp; python/trunk/Lib/test/test_support.py<br>
&gt;<br>
&gt; Modified: python/trunk/Lib/test/test_support.py<br>
&gt; ==============================================================================<br>
&gt; --- python/trunk/Lib/test/test_support.py &nbsp; &nbsp; &nbsp; (original)<br>
&gt; +++ python/trunk/Lib/test/test_support.py &nbsp; &nbsp; &nbsp; Wed Jul 23 01:44:37 2008<br>
&gt; @@ -8,7 +8,6 @@<br>
&gt; &nbsp;import socket<br>
&gt; &nbsp;import sys<br>
&gt; &nbsp;import os<br>
&gt; -import os.path<br>
&gt; &nbsp;import shutil<br>
&gt; &nbsp;import warnings<br>
&gt; &nbsp;import unittest<br>
<br>
Technically I would guess that the os.path import should stay and the<br>
os import should go in case the os module ever actually becomes a<br>
proper package (I REALLY doubt that, but you never know).</blockquote><div><br>I don&#39;t think it&#39;s really a issue because<br>1. There are going to be much more pressing issues than test.test_support if we make os into a package.<br>
2. The os package&#39;s __init__.py would probably import path.<br><br>Heck, we should even think about this until Py4k! <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
-Brett<br>
_______________________________________________<br>
Python-checkins mailing list<br>
<a href="mailto:Python-checkins@python.org">Python-checkins@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/python-checkins" target="_blank">http://mail.python.org/mailman/listinfo/python-checkins</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Cheers,<br>Benjamin Peterson<br>&quot;There&#39;s no place like <a href="http://127.0.0.1">127.0.0.1</a>.&quot;
</div>