mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
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:
parent
ad3720359f
commit
90631f9bc5
2 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
===================
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Slash ('/') is now part of syntax.
|
Loading…
Add table
Add a link
Reference in a new issue