bpo-37456: Slash ('/') is now part of syntax. (GH-14627) (GH-14628)

(cherry picked from commit 6f2a8c0857)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
Miss Islington (bot) 2019-07-06 15:25:47 -07:00 committed by Terry Jan Reedy
parent ad3720359f
commit 90631f9bc5
2 changed files with 1 additions and 4 deletions

View file

@ -800,10 +800,6 @@ an error::
File "<stdin>", line 1, in <module>
TypeError: pow() takes no keyword arguments
Note that as of this writing this is only documentational and no valid syntax
in Python, although there is :pep:`570`, which proposes a syntax for
position-only parameters in Python.
Numbers and strings
===================

View file

@ -0,0 +1 @@
Slash ('/') is now part of syntax.