aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_string_literals.py
Commit message (Collapse)AuthorAge
* Fix warn_invalid_escape_sequence()Victor Stinner2016-11-15
| | | | | | | | Issue #28691: Fix warn_invalid_escape_sequence(): handle correctly DeprecationWarning raised as an exception. First clear the current exception to replace the DeprecationWarning exception with a SyntaxError exception. Unit test written by Serhiy Storchaka.
* Issue 28128: Print out better error/warning messages for invalid string ↵Eric V. Smith2016-10-31
| | | | escapes. Backport to 3.6.
* Rename test_strlit -> test_string_literalsZachary Ware2016-09-09