We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9478b26 commit 592abf2Copy full SHA for 592abf2
Doc/whatsnew/3.11.rst
@@ -1100,8 +1100,8 @@ Deprecated
1100
that was added in Python 3.10.
1101
(Contributed by Raymond Hettinger in :gh:`89519`.)
1102
1103
-* Octal escapes with value larger than ``0o377`` now produce
1104
- a :exc:`DeprecationWarning`.
+* Octal escapes in :class:`bytes` objects with value larger than ``0o377`` now
+ produce a :exc:`DeprecationWarning`.
1105
In a future Python version they will be a :exc:`SyntaxWarning` and
1106
eventually a :exc:`SyntaxError`.
1107
(Contributed by Serhiy Storchaka in :gh:`81548`.)
0 commit comments