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 serhiy.storchaka
Recipients Arfrever, benjamin.peterson, georg.brandl, larry, pitrou, r.david.murray, serhiy.storchaka
Date 2013-02-03.14:34:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <201302031633.47980.storchaka@gmail.com>
In-reply-to <1359889999.3415.0.camel@localhost.localdomain>
Content
Here are patches for 3.2 and 2.7.

Note that due to unicode-str autoconversions 2.7 not always raises TypeError 
(sometimes it can do nor raise an exception, sometimes it raises 
UnicodeEncodeError). 2.7 tests are not so strong as 3.x tests.
Files
File name Uploaded
textio_type_check-2.7_2.patch serhiy.storchaka, 2013-02-03.14:34:15
textio_type_check-3.2_2.patch serhiy.storchaka, 2013-02-03.14:34:15
History
Date User Action Args
2013-02-03 14:34:16serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, pitrou, larry, benjamin.peterson, Arfrever, r.david.murray
2013-02-03 14:34:16serhiy.storchakalinkissue17106 messages
2013-02-03 14:34:15serhiy.storchakacreate