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

This commit is contained in:
Terry Jan Reedy 2019-07-06 18:13:02 -04:00 committed by GitHub
parent f8709e804d
commit 6f2a8c0857
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.