Victor Stinner f9cca365c7 Fix warn_invalid_escape_sequence()
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.
2016-11-15 09:12:10 +01:00
..
2016-09-07 09:26:18 -07:00
2016-11-15 09:12:10 +01:00
2016-09-09 23:11:52 -07:00
2016-09-13 22:46:15 -07:00
2016-09-21 11:37:27 +02:00
2016-09-09 14:57:58 -07:00
2016-11-12 16:38:03 -05:00
2016-11-04 17:07:06 -04:00

Miscellaneous source files for the main Python shared library