Skip to content

Commit 6f2a8c0

Browse files
authored
bpo-37456: Slash ('/') is now part of syntax. (GH-14627)
1 parent f8709e8 commit 6f2a8c0

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Doc/faq/programming.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -800,10 +800,6 @@ an error::
800800
File "<stdin>", line 1, in <module>
801801
TypeError: pow() takes no keyword arguments
802802

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-
807803

808804
Numbers and strings
809805
===================
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Slash ('/') is now part of syntax.

0 commit comments

Comments
 (0)