Issue #7055: test___all__ now greedily detects all modules which have an
commit9a241529bdc2d632a4fab2138c3b25400ec31894
authorantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 10 Oct 2009 20:52:11 +0000 (10 20:52 +0000)
committerantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 10 Oct 2009 20:52:11 +0000 (10 20:52 +0000)
tree3c73a226a1e6d94fd13c217e546589e29d077319
parent97a4589e3713abcfb9134965856f4a6e9cab0a58
Issue #7055: test___all__ now greedily detects all modules which have an
__all__ attribute, rather than using a hardcoded and incomplete list.

git-svn-id: http://svn.python.org/projects/python/trunk@75312 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/test___all__.py
Misc/NEWS