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 python-dev
Recipients abacabadabacaba, benjamin.peterson, ezio.melotti, ned.deily, python-dev, serhiy.storchaka
Date 2013-02-10.15:45:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3Z3vbb6mK5zPfT@mail.python.org>
In-reply-to
Content
New changeset 305210a08fc9 by Serhiy Storchaka in branch '3.2':
Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError
http://hg.python.org/cpython/rev/305210a08fc9

New changeset d5b731446a91 by Serhiy Storchaka in branch '3.3':
Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError
http://hg.python.org/cpython/rev/d5b731446a91

New changeset fe410292cba6 by Serhiy Storchaka in branch 'default':
Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError
http://hg.python.org/cpython/rev/fe410292cba6
History
Date User Action Args
2013-02-10 15:45:32python-devsetrecipients: + python-dev, benjamin.peterson, ned.deily, ezio.melotti, abacabadabacaba, serhiy.storchaka
2013-02-10 15:45:32python-devlinkissue12983 messages
2013-02-10 15:45:32python-devcreate