diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2009-10-10 20:52:11 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2009-10-10 20:52:11 (GMT) |
commit | 58d2f2689a9d50bd649b446ffde87412cd128b97 (patch) | |
tree | 8d57588e30c5bd2b03d9e72a2f33137d18b067b1 /Misc/NEWS | |
parent | 1c77b7f84c5fca050980854a677539ba377439dd (diff) | |
download | cpython-58d2f2689a9d50bd649b446ffde87412cd128b97.zip cpython-58d2f2689a9d50bd649b446ffde87412cd128b97.tar.gz cpython-58d2f2689a9d50bd649b446ffde87412cd128b97.tar.bz2 |
Issue #7055: test___all__ now greedily detects all modules which have an
__all__ attribute, rather than using a hardcoded and incomplete list.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1452,6 +1452,9 @@ Extension Modules Tests ----- +- Issue #7055: test___all__ now greedily detects all modules which have an + __all__ attribute, rather than using a hardcoded and incomplete list. + - Issue #7058: Added save/restore for argv and os.environ to runtest_inner in regrtest, with warnings if the called test modifies them. |