]> granicus.if.org Git - python/commit
Issue #7055: test___all__ now greedily detects all modules which have an
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 10 Oct 2009 20:52:11 +0000 (20:52 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 10 Oct 2009 20:52:11 +0000 (20:52 +0000)
commit58d2f2689a9d50bd649b446ffde87412cd128b97
tree8d57588e30c5bd2b03d9e72a2f33137d18b067b1
parent1c77b7f84c5fca050980854a677539ba377439dd
Issue #7055: test___all__ now greedily detects all modules which have an
__all__ attribute, rather than using a hardcoded and incomplete list.
Lib/test/test___all__.py
Misc/NEWS