From: Yury Selivanov Date: Wed, 5 Aug 2015 16:46:29 +0000 (-0400) Subject: whatsnew/3.5: Mention 'typing' module docs in seealso for pep 484 X-Git-Tag: v3.5.0rc1~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=40c0ce472e560ba9514300e800e4be020931a45f;p=thirdparty%2FPython%2Fcpython.git whatsnew/3.5: Mention 'typing' module docs in seealso for pep 484 --- diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 86c5b6037f0d..92657b4db483 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -266,7 +266,8 @@ types. .. seealso:: - :pep:`484` -- Type Hints + * :pep:`484` -- Type Hints + * :mod:`typing` module documentation PEP 471 - os.scandir() function -- a better and faster directory iterator