summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorIvan Levkivskyi <levkivskyi@gmail.com>2017-09-13 23:25:15 (GMT)
committerƁukasz Langa <lukasz@langa.pl>2017-09-13 23:25:15 (GMT)
commit65bc62052fe5d550cb14c0033e8a2550618fb7b9 (patch)
tree6980d9a0af62cb7793b5da83fb33511ae31514c9 /Misc
parentf6e61df01536493f1280cd07639c7ff9bffb2cdc (diff)
downloadcpython-65bc62052fe5d550cb14c0033e8a2550618fb7b9.zip
cpython-65bc62052fe5d550cb14c0033e8a2550618fb7b9.tar.gz
cpython-65bc62052fe5d550cb14c0033e8a2550618fb7b9.tar.bz2
bpo-28556: Minor updates to typing module (#3550)
* Copy changes to typing from upstream repo * Add NEWS entry
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2017-09-13-23-27-39.bpo-28556.UmTQvv.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-09-13-23-27-39.bpo-28556.UmTQvv.rst b/Misc/NEWS.d/next/Library/2017-09-13-23-27-39.bpo-28556.UmTQvv.rst
new file mode 100644
index 0000000..efc5918
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2017-09-13-23-27-39.bpo-28556.UmTQvv.rst
@@ -0,0 +1,2 @@
+Speed improvements to the ``typing`` module. Original PRs by Ivan
+Levkivskyi and Mitar.