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 rhettinger
Recipients benjamin.peterson, chafporte, rhettinger
Date 2008-11-14.23:22:55
SpamBayes Score 0.0010209559
Marked as misclassified No
Message-id <1226704981.37.0.713993275875.issue4326@psf.upfronthosting.co.za>
In-reply-to
Content
>>> import inspect
>>> from UserList import UserList
>>> lu = UserList()
>>> inspect.isclass(UserList)
True
>>> inspect.isclass(lu)
False
History
Date User Action Args
2008-11-14 23:23:01rhettingersetrecipients: + rhettinger, benjamin.peterson, chafporte
2008-11-14 23:23:01rhettingersetmessageid: <1226704981.37.0.713993275875.issue4326@psf.upfronthosting.co.za>
2008-11-14 23:22:55rhettingerlinkissue4326 messages
2008-11-14 23:22:55rhettingercreate