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 benjamin.peterson
Recipients ajaksu2, benjamin.peterson, hagen, loewis
Date 2009-03-18.21:13:29
SpamBayes Score 1.2741419e-11
Marked as misclassified No
Message-id <1237410812.81.0.0137234093286.issue5425@psf.upfronthosting.co.za>
In-reply-to
Content
I'm rejecting this patch again not because I think it's any worse than
the status quo (I think they're about equally incorrect/correct), but
because this is now released behavior and changing it may result in
backwards incompatibility. Also, people can easily remove this ambiguity
in a 2.x compatible fashion by explicitly listing the types (str,) or
(str, unicode) instead of using the types module.
History
Date User Action Args
2009-03-18 21:13:33benjamin.petersonsetrecipients: + benjamin.peterson, loewis, ajaksu2, hagen
2009-03-18 21:13:32benjamin.petersonsetmessageid: <1237410812.81.0.0137234093286.issue5425@psf.upfronthosting.co.za>
2009-03-18 21:13:30benjamin.petersonlinkissue5425 messages
2009-03-18 21:13:29benjamin.petersoncreate