diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-08-10 16:59:36 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-08-10 16:59:36 (GMT) |
commit | 056bafe7a663e890594a11eec99c78f742452fff (patch) | |
tree | 0982dd869f5febfca0088f0104ae5745cebc7324 /Misc | |
parent | a9e67ad993f672b44341a110f4a71b746dd066bf (diff) | |
download | cpython-056bafe7a663e890594a11eec99c78f742452fff.zip cpython-056bafe7a663e890594a11eec99c78f742452fff.tar.gz cpython-056bafe7a663e890594a11eec99c78f742452fff.tar.bz2 |
#18681: Fix a NameError in imp.reload() (noticed by Weizhao Li).
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -64,6 +64,8 @@ Core and Builtins Library ------- +- Issue #18681: Fix a NameError in imp.reload() (noticed by Weizhao Li). + - Issue #8112: xlmrpc.server's DocXMLRPCServer server no longer raises an error if methods have annotations; it now correctly displays the annotations. |