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 chafporte
Recipients chafporte
Date 2008-11-14.21:36:30
SpamBayes Score 0.014528397
Marked as misclassified No
Message-id <1226698592.14.0.169733177336.issue4326@psf.upfronthosting.co.za>
In-reply-to
Content
from UserList import UserList
lu = UserList()
type(lu)

python2.6 prints: <class 'UserList.UserList'>
python2.5 prints: <type 'instance'>
History
Date User Action Args
2008-11-14 21:36:32chafportesetrecipients: + chafporte
2008-11-14 21:36:32chafportesetmessageid: <1226698592.14.0.169733177336.issue4326@psf.upfronthosting.co.za>
2008-11-14 21:36:31chafportelinkissue4326 messages
2008-11-14 21:36:30chafportecreate