diff options
author | Ivan Levkivskyi <levkivskyi@gmail.com> | 2017-09-13 23:25:15 (GMT) |
---|---|---|
committer | Ćukasz Langa <lukasz@langa.pl> | 2017-09-13 23:25:15 (GMT) |
commit | 65bc62052fe5d550cb14c0033e8a2550618fb7b9 (patch) | |
tree | 6980d9a0af62cb7793b5da83fb33511ae31514c9 /Misc | |
parent | f6e61df01536493f1280cd07639c7ff9bffb2cdc (diff) | |
download | cpython-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.rst | 2 |
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. |