<div dir="ltr"><br><br><div class="gmail_quote">On Tue, Jul 22, 2008 at 9:08 PM, Brett Cannon <<a href="mailto:brett@python.org">brett@python.org</a>> 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>
<<a href="mailto:python-checkins@python.org">python-checkins@python.org</a>> wrote:<br>
> Author: benjamin.peterson<br>
> Date: Wed Jul 23 01:44:37 2008<br>
> New Revision: 65192<br>
><br>
> Log:<br>
> remove unneeded import<br>
><br>
> Modified:<br>
> python/trunk/Lib/test/test_support.py<br>
><br>
> Modified: python/trunk/Lib/test/test_support.py<br>
> ==============================================================================<br>
> --- python/trunk/Lib/test/test_support.py (original)<br>
> +++ python/trunk/Lib/test/test_support.py Wed Jul 23 01:44:37 2008<br>
> @@ -8,7 +8,6 @@<br>
> import socket<br>
> import sys<br>
> import os<br>
> -import os.path<br>
> import shutil<br>
> import warnings<br>
> 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't think it'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'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>"There's no place like <a href="http://127.0.0.1">127.0.0.1</a>."
</div>