diff options
author | Guido van Rossum <guido@python.org> | 2016-05-18 15:35:00 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2016-05-18 15:35:00 (GMT) |
commit | 1cea70f08c0b6aa3fccb246416b367e9afc1932a (patch) | |
tree | b38bb9c6fa03a2bdbdb7a9c7d73e3287e5a63923 /Misc | |
parent | e5ea1abf91f79b5eaa8ab638c28400285a8fabfd (diff) | |
download | cpython-1cea70f08c0b6aa3fccb246416b367e9afc1932a.zip cpython-1cea70f08c0b6aa3fccb246416b367e9afc1932a.tar.gz cpython-1cea70f08c0b6aa3fccb246416b367e9afc1932a.tar.bz2 |
Fix #27014 -- infinite recursion using typing.py.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -123,6 +123,8 @@ Core and Builtins Library ------- +- Issue #27014: Fix infinite recursion using typing.py. Thanks to Kalle Tuure! + - Issue #14132: Fix urllib.request redirect handling when the target only has a query string. Original fix by Ján Janech. |