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 loewis
Recipients benjamin.peterson, hagen, loewis
Date 2009-03-06.19:10:48
SpamBayes Score 5.3279155e-07
Marked as misclassified No
Message-id <49B17536.8030104@v.loewis.de>
In-reply-to <1236322791.46.0.229361565578.issue5425@psf.upfronthosting.co.za>
Content
> Why I considered the existing translation incorrect was because it
> translates something which was a tuple of types in Python 2.x into a
> type of Python 3.x. I fail to see how this can be useful. 

It would translate "isinstance(x, types.StringTypes)" correctly. I agree
that translating to a tuple would be correct in more cases.
History
Date User Action Args
2009-03-06 19:10:50loewissetrecipients: + loewis, benjamin.peterson, hagen
2009-03-06 19:10:48loewislinkissue5425 messages
2009-03-06 19:10:48loewiscreate