[Python-checkins] cpython (3.5): whatsnew/3.5: Mention 'typing' module docs in seealso for pep 484

yury.selivanov python-checkins at python.org
Wed Aug 5 18:46:44 CEST 2015


https://hg.python.org/cpython/rev/c29a1d78ed92
changeset:   97275:c29a1d78ed92
branch:      3.5
parent:      97273:5e4d21311772
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Wed Aug 05 12:46:29 2015 -0400
summary:
  whatsnew/3.5: Mention 'typing' module docs in seealso for pep 484

files:
  Doc/whatsnew/3.5.rst |  3 ++-
  1 files changed, 2 insertions(+), 1 deletions(-)


diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -266,7 +266,8 @@
 
 .. seealso::
 
-   :pep:`484` -- Type Hints
+   * :pep:`484` -- Type Hints
+   * :mod:`typing` module documentation
 
 
 PEP 471 - os.scandir() function -- a better and faster directory iterator

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list