summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-08-05 16:46:29 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2015-08-05 16:46:29 (GMT)
commit40c0ce472e560ba9514300e800e4be020931a45f (patch)
treebe6a0f12fa6316a73da1e80da19f130dfc376307 /Doc
parent73c6f64a5e25dc78782a6c84f739d581f1d5501d (diff)
downloadcpython-40c0ce472e560ba9514300e800e4be020931a45f.zip
cpython-40c0ce472e560ba9514300e800e4be020931a45f.tar.gz
cpython-40c0ce472e560ba9514300e800e4be020931a45f.tar.bz2
whatsnew/3.5: Mention 'typing' module docs in seealso for pep 484
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.5.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
index 86c5b60..92657b4 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