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 craigh
Recipients craigh
Date 2008-10-05.02:38:29
SpamBayes Score 5.8577716e-05
Marked as misclassified No
Message-id <1223174310.97.0.575028140659.issue4043@psf.upfronthosting.co.za>
In-reply-to
Content
Okay, I think I've got it now:

1. If you import sets, it raises TypeError.  However, if you import it a
second time, it seems to work properly.

2. Trying to import a module that relies on the deprecated module (ie,
sqlalchemy) fails no matter how many times it's imported.
History
Date User Action Args
2008-10-05 02:38:31craighsetrecipients: + craigh
2008-10-05 02:38:30craighsetmessageid: <1223174310.97.0.575028140659.issue4043@psf.upfronthosting.co.za>
2008-10-05 02:38:29craighlinkissue4043 messages
2008-10-05 02:38:29craighcreate