cpython/Doc/reference
Serhiy Storchaka 4c5b6bac24 [3.8] bpo-32912: Revert SyntaxWarning on invalid escape sequences (GH-15142)
* bpo-32912: Revert warnings for invalid escape sequences.

DeprecationWarning will continue to be emitted for invalid escape sequences in string and bytes literals in 3.8 just as it did in 3.7.

SyntaxWarning may be emitted in the future. But per mailing list discussion, we don't yet know when because we haven't settled on how to do so in a non-disruptive manner.
2019-08-09 15:34:22 -07:00
..
compound_stmts.rst Regenerate topics file (GH-13642) 2019-05-29 22:59:00 +01:00
datamodel.rst bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108) 2019-06-02 00:05:48 +03:00
executionmodel.rst bpo-34682: Wording and grammatical changes to the doc(https://docs.python.org/3) (GH-13120) 2019-05-13 06:05:20 -07:00
expressions.rst bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-14139) 2019-06-22 15:34:03 -07:00
grammar.rst
import.rst Namespace packages _bootstrap.ModuleSpec.loader attributes are no longer None (#10376) 2019-05-01 13:08:17 -07:00
index.rst
introduction.rst
lexical_analysis.rst [3.8] bpo-32912: Revert SyntaxWarning on invalid escape sequences (GH-15142) 2019-08-09 15:34:22 -07:00
simple_stmts.rst More updates to the annotated assignments docs (GH-13794) 2019-06-04 11:37:46 +01:00
toplevel_components.rst bpo-33877: Remove UNIX qualification for running complete programs (GH-7744) 2018-06-22 17:31:03 -04:00