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 tarek
Recipients cdavid, tarek
Date 2009-05-05.09:19:29
SpamBayes Score 4.136907e-05
Marked as misclassified No
Message-id <1241515171.17.0.222972784202.issue5940@psf.upfronthosting.co.za>
In-reply-to
Content
Good catch !

Obviously this was introduced when the Python 2 version was
refactored for Python 3

(in python 2 its "if type(lib[0]) is not StringType")

I shall fix this today or tonite (I need to add test coverage
for this command)
History
Date User Action Args
2009-05-05 09:19:31tareksetrecipients: + tarek, cdavid
2009-05-05 09:19:31tareksetmessageid: <1241515171.17.0.222972784202.issue5940@psf.upfronthosting.co.za>
2009-05-05 09:19:30tareklinkissue5940 messages
2009-05-05 09:19:29tarekcreate