R. David Murray <rdmur...@bitdance.com> added the comment:

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.

----------
resolution:  -> fixed
stage: patch review -> committed/rejected
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14399>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to