]> granicus.if.org Git - python/commit
Backporting since it would have helped us find a regression.
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 27 Oct 2009 13:08:37 +0000 (13:08 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 27 Oct 2009 13:08:37 +0000 (13:08 +0000)
commit56e00caad72ef73d4fc40c13fcfdfc456ee6e47f
tree579afa361322e0e09f49b0f4cd455221edd70bfc
parent37276007210401de5ace8755066ff84048b09bd6
Backporting since it would have helped us find a regression.

Merged revisions 75314 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r75314 | antoine.pitrou | 2009-10-10 23:08:31 +0200 (sam., 10 oct. 2009) | 10 lines

  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.
  ........
................
Lib/dbm/__init__.py
Lib/test/test___all__.py
Misc/NEWS