We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8709e8 commit 6f2a8c0Copy full SHA for 6f2a8c0
2 files changed
Doc/faq/programming.rst
@@ -800,10 +800,6 @@ an error::
800
File "<stdin>", line 1, in <module>
801
TypeError: pow() takes no keyword arguments
802
803
-Note that as of this writing this is only documentational and no valid syntax
804
-in Python, although there is :pep:`570`, which proposes a syntax for
805
-position-only parameters in Python.
806
-
807
808
Numbers and strings
809
===================
Misc/NEWS.d/next/Documentation/2019-07-06-17-51-36.bpo-37456.lgAQHn.rst
@@ -0,0 +1 @@
1
+Slash ('/') is now part of syntax.
0 commit comments