Skip to content

Commit efb0c72

Browse files
committed
Add a backwards compatibility note.
1 parent c1ef33d commit efb0c72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/c-api/intro.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@ complete listing.
188188
variable and then pass it.
189189

190190
*type* is the type of the expression. In modern versions of Python, this is
191-
unused. Historically, *type* was used to cast *integer*.
191+
unused and only kept for backwards compatibility. Historically, *type* was
192+
used to cast *integer*.
192193

193194
.. versionchanged:: 3.1
194195

0 commit comments

Comments
 (0)