bpo-37456: Slash ('/') is now part of syntax. (GH-14627)
This commit is contained in:
parent
f8709e804d
commit
6f2a8c0857
|
@ -800,10 +800,6 @@ an error::
|
||||||
File "<stdin>", line 1, in <module>
|
File "<stdin>", line 1, in <module>
|
||||||
TypeError: pow() takes no keyword arguments
|
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
|
Numbers and strings
|
||||||
===================
|
===================
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Slash ('/') is now part of syntax.
|
Loading…
Reference in New Issue