[Python-checkins] cpython (merge 3.5 -> default): Merge 3.5

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


https://hg.python.org/cpython/rev/e7b36ab053bf
changeset:   97276:e7b36ab053bf
parent:      97274:e75881393cf2
parent:      97275:c29a1d78ed92
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Wed Aug 05 12:46:40 2015 -0400
summary:
  Merge 3.5

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