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 r.david.murray
Recipients Anthony.Kong, acassaigne, ethan.furman, jeffknupp, python-dev, r.david.murray, serhiy.storchaka
Date 2012-04-12.22:47:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334270836.35.0.891841137532.issue14399@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks, Serhiy.

I made one small change, using 'with self.assertEqual' in the TypeError test.  You might want to check that out, it is a useful technique.

Oh, and I removed the type check from the 2.7 patch.  You can use a unicode string as long as it doesn't contain non-ASCII (the reason we created python3!), so it would be a backward incompatible change to raise a TypeError there.
History
Date User Action Args
2012-04-12 22:47:16r.david.murraysetrecipients: + r.david.murray, ethan.furman, python-dev, Anthony.Kong, serhiy.storchaka, jeffknupp, acassaigne
2012-04-12 22:47:16r.david.murraysetmessageid: <1334270836.35.0.891841137532.issue14399@psf.upfronthosting.co.za>
2012-04-12 22:47:15r.david.murraylinkissue14399 messages
2012-04-12 22:47:15r.david.murraycreate