diff options
author | Pablo Galindo Salgado <Pablogsal@gmail.com> | 2021-11-16 20:30:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-16 20:30:47 (GMT) |
commit | da20d7401de97b425897d3069f71f77b039eb16f (patch) | |
tree | 33c3455515ed48151cb2521bbfa41e3d0277e090 /Misc/NEWS.d/next | |
parent | d7e210070f915d8df5fa863ecba8628304ee1ded (diff) | |
download | cpython-da20d7401de97b425897d3069f71f77b039eb16f.zip cpython-da20d7401de97b425897d3069f71f77b039eb16f.tar.gz cpython-da20d7401de97b425897d3069f71f77b039eb16f.tar.bz2 |
bpo-45822: Respect PEP 263's coding cookies in the parser even if flags are not provided (GH-29582)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2021-11-16-19-41-04.bpo-45822.OT6ueS.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-11-16-19-41-04.bpo-45822.OT6ueS.rst b/Misc/NEWS.d/next/Core and Builtins/2021-11-16-19-41-04.bpo-45822.OT6ueS.rst new file mode 100644 index 0000000..1ac7a8b --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2021-11-16-19-41-04.bpo-45822.OT6ueS.rst @@ -0,0 +1,2 @@ +Fixed a bug in the parser that was causing it to not respect :pep:`263` +coding cookies when no flags are provided. Patch by Pablo Galindo |