This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vinay.sajip
Recipients Arfrever, benjamin.peterson, brett.cannon, jaraco, vinay.sajip
Date 2011-04-17.13:38:29
SpamBayes Score 0.02122263
Marked as misclassified No
Message-id <1303047509.86.0.878764414846.issue11276@psf.upfronthosting.co.za>
In-reply-to
Content
Another example: when processing

if hasattr(httplib, 'ssl'):
    pass

It doesn't spot that httplib should be changed to http.client.
History
Date User Action Args
2011-04-17 13:38:29vinay.sajipsetrecipients: + vinay.sajip, brett.cannon, jaraco, benjamin.peterson, Arfrever
2011-04-17 13:38:29vinay.sajipsetmessageid: <1303047509.86.0.878764414846.issue11276@psf.upfronthosting.co.za>
2011-04-17 13:38:29vinay.sajiplinkissue11276 messages
2011-04-17 13:38:29vinay.sajipcreate