[issue1258] Removal of basestring type

Christian Heimes report at bugs.python.org
Mon Oct 15 17:48:47 CEST 2007


Christian Heimes added the comment:

Here is an updated patch which applies cleanly and fixes some additional
unit tests and removes one that doesn't make sense any more (re.compile
doesn't accept bytes).

The unit tests profile, cProfile and doctest fail w/ and w/o this patch.
They seem to suffer from the latest changes of our previous patch and
additional calls to utf_8_decode().

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1258>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: py3k_basestring_removal2.patch
Type: text/x-diff
Size: 555 bytes
Desc: not available
Url : http://mail.python.org/pipermail/python-bugs-list/attachments/20071015/c234bd8c/attachment.patch 


More information about the Python-bugs-list mailing list