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 scoder
Recipients scoder
Date 2008-05-15.08:08:03
SpamBayes Score 0.09188072
Marked as misclassified No
Message-id <1210838903.44.0.718972367839.issue2860@psf.upfronthosting.co.za>
In-reply-to
Content
The following fails in Py3.0a5:

    >>> import re
    >>> re.search(b'(\d+)', b'-2.80 98\n')

I get a TypeError: "Can't convert 'int' object to str implicitly" in
line 204 of file "sre_parse.py", code being "char = char + c".
History
Date User Action Args
2008-05-15 08:08:24scodersetspambayes_score: 0.0918807 -> 0.09188072
recipients: + scoder
2008-05-15 08:08:23scodersetspambayes_score: 0.0918807 -> 0.0918807
messageid: <1210838903.44.0.718972367839.issue2860@psf.upfronthosting.co.za>
2008-05-15 08:08:06scoderlinkissue2860 messages
2008-05-15 08:08:05scodercreate