[Python-checkins] r68092 - python/trunk/Lib/ssl.py
Benjamin Peterson
benjamin at python.org
Fri Jan 2 00:37:27 CET 2009
On Thu, Jan 1, 2009 at 3:29 PM, M.-A. Lemburg <mal at egenix.com> wrote:
>> I'd suggest you remove all these direct imports and replace
> them with a single "import socket" and proper references to
> the module attribute where needed.
>> It's probably also better to replace the variable name "socket"
> with something different. Otherwise, we'll end up reintroducing
> such naming collisions.
That's a good idea. It's not my library, so I didn't want to be too
invasive. You should probably write a tracker ticket and assign it to
Bill.
--
Regards,
Benjamin Peterson
More information about the Python-checkins
mailing list