summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSebastian Rittau <srittau@rittau.biz>2018-10-28 16:03:29 (GMT)
committerIvan Levkivskyi <levkivskyi@gmail.com>2018-10-28 16:03:29 (GMT)
commitc8a8d6b347d5a6899feb7c810d28f22f3cb151b8 (patch)
tree19998b77ab7f5b04a531d981359b55a0a1ff36cd /Misc
parent163eca34c48f1b25e1504e37f4656773fd0fdc78 (diff)
downloadcpython-c8a8d6b347d5a6899feb7c810d28f22f3cb151b8.zip
cpython-c8a8d6b347d5a6899feb7c810d28f22f3cb151b8.tar.gz
cpython-c8a8d6b347d5a6899feb7c810d28f22f3cb151b8.tar.bz2
bpo-35089: Don't mention typing.io and typing.re (GH-10173)
https://bugs.python.org/issue35089
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Documentation/2018-10-28-16-51-31.bpo-35089._stCpS.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2018-10-28-16-51-31.bpo-35089._stCpS.rst b/Misc/NEWS.d/next/Documentation/2018-10-28-16-51-31.bpo-35089._stCpS.rst
new file mode 100644
index 0000000..4a46929
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2018-10-28-16-51-31.bpo-35089._stCpS.rst
@@ -0,0 +1,2 @@
+Remove mention of ``typing.io`` and ``typing.re``. Their types should be
+imported from ``typing`` directly.