diff options
author | Raymond Hettinger <python@rcn.com> | 2009-01-27 10:03:04 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2009-01-27 10:03:04 (GMT) |
commit | ecf252abac71be8bcf7c4daa8f3a8ca6acd15b0c (patch) | |
tree | a1ed4590cf6de37cedffbdae04d0ad6d6a91f824 /Misc/NEWS | |
parent | f93f3032c63906d0a6516d6e75985f0d425f36f5 (diff) | |
download | cpython-ecf252abac71be8bcf7c4daa8f3a8ca6acd15b0c.zip cpython-ecf252abac71be8bcf7c4daa8f3a8ca6acd15b0c.tar.gz cpython-ecf252abac71be8bcf7c4daa8f3a8ca6acd15b0c.tar.bz2 |
Issue 5021: doctest.testfile should set __name__
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -145,6 +145,9 @@ Core and Builtins Library ------- +- Issue 5021: doctest.testfile() did not create __name__ and + collections.namedtuple() relied on __name__ being defined. + - Backport importlib from Python 3.1. Only the import_module() function has been backported to help facilitate transitions from 2.7 to 3.1. |