diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-04-11 14:23:37 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-04-11 14:23:37 (GMT) |
commit | 21de67f900eb87b367c9f054302f985633d955d1 (patch) | |
tree | c4f0cc9c1565f35a216bdd41df94a7c0b97de4c4 /Doc/library | |
parent | 1dc2dda4e31340832df6e6015d32e14d3e0b7565 (diff) | |
parent | a9901e86babd1722bc0861ed5c316477f94439aa (diff) | |
download | cpython-21de67f900eb87b367c9f054302f985633d955d1.zip cpython-21de67f900eb87b367c9f054302f985633d955d1.tar.gz cpython-21de67f900eb87b367c9f054302f985633d955d1.tar.bz2 |
Merge 3.5
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/typing.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index f609a51..422fb52 100644 --- a/Doc/library/typing.rst +++ b/Doc/library/typing.rst @@ -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 |