]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
typing doc: add versionadded 3.5
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 11 Apr 2016 14:23:22 +0000 (16:23 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 11 Apr 2016 14:23:22 +0000 (16:23 +0200)
Doc/library/typing.rst

index 12b5490b667e0c2237014faa3cc658de091c4cf0..89d4bba4362259fd93b72b310084ec1aa9c5b6a8 100644 (file)
@@ -6,6 +6,8 @@
 
 **Source code:** :source:`Lib/typing.py`
 
+.. versionadded:: 3.5
+
 --------------
 
 This module supports type hints as specified by :pep:`484`.  The most