diff options
author | Guido van Rossum <guido@python.org> | 2015-08-05 10:11:06 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2015-08-05 10:11:06 (GMT) |
commit | d70fe639c145c5cacfb8e4191dc736baf525b83f (patch) | |
tree | 8449b9089dc98b77cfe5e48646165d18c9ccf37f /Misc/NEWS | |
parent | eae43f0df74dca573328725b86f67958924da322 (diff) | |
download | cpython-d70fe639c145c5cacfb8e4191dc736baf525b83f.zip cpython-d70fe639c145c5cacfb8e4191dc736baf525b83f.tar.gz cpython-d70fe639c145c5cacfb8e4191dc736baf525b83f.tar.bz2 |
Issue #23973: Update typing.py from GitHub repo.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ Core and Builtins Library ------- +- Issue #23973: Update typing.py from GitHub repo. + - Issue #23888: Handle fractional time in cookie expiry. Patch by ssh. - Issue #23652: Make it possible to compile the select module against the |