commit | 641d76fad084ba0545fc17b0344d1326e68202a2 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Oct 27 13:04:15 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Oct 27 13:04:15 2009 +0000 |
tree | 8186516181700982abf966fcac791fec88f33000 | |
parent | 686c9adbd574cdd847f8c64556021aa3a502b5c7 [diff] |
Backporting since it would have helped us find a regression. Merged revisions 75312 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75312 | antoine.pitrou | 2009-10-10 22:52:11 +0200 (sam., 10 oct. 2009) | 4 lines Issue #7055: test___all__ now greedily detects all modules which have an __all__ attribute, rather than using a hardcoded and incomplete list. ........