diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-11-07 03:35:08 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-11-07 03:35:08 (GMT) |
commit | 78057b41591629aa676d8f128da8ec6c65ffaeb5 (patch) | |
tree | 21ca0db7ee2806a6ecd87227f20320c2edc31e87 /Misc | |
parent | f570d0f117e23c2be982c7db910309d52b0496aa (diff) | |
download | cpython-78057b41591629aa676d8f128da8ec6c65ffaeb5.zip cpython-78057b41591629aa676d8f128da8ec6c65ffaeb5.tar.gz cpython-78057b41591629aa676d8f128da8ec6c65ffaeb5.tar.bz2 |
Closes #27781: Removes special cases for the experimental aspect of PEP 529
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3270,7 +3270,7 @@ Library - Issue #24774: Fix docstring in http.server.test. Patch from Chiu-Hsiang Hsu. - Issue #21159: Improve message in configparser.InterpolationMissingOptionError. - Patch from �?ukasz Langa. + Patch from Łukasz Langa. - Issue #20362: Honour TestCase.longMessage correctly in assertRegex. Patch from Ilia Kurenkov. @@ -5198,7 +5198,7 @@ Library Based on patch by Martin Panter. - Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat. - Based on patch by Aivars Kalv�?ns. + Based on patch by Aivars Kalvāns. - Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments. |