cpython/Doc/reference
Gregory P. Smith b4be87a04a bpo-32912: Revert SyntaxWarning on invalid escape sequences. (GH-15195)
DeprecationWarning will continue to be emitted for invalid escape
sequences in string and bytes literals 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.

(Applies 4c5b6bac24 to the master branch).
(This is https://github.com/python/cpython/pull/15142 for master/3.9)


https://bugs.python.org/issue32912



Automerge-Triggered-By: @gpshead
2019-08-10 00:19:07 -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 07:40:55 -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 Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages. 2012-10-28 11:10:24 -07:00
introduction.rst Python for .NET has moved to Github. 2016-02-03 22:05:46 -06:00
lexical_analysis.rst bpo-32912: Revert SyntaxWarning on invalid escape sequences. (GH-15195) 2019-08-10 00:19:07 -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