]> granicus.if.org Git - python/commit
Merged revisions 75312 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 10 Oct 2009 21:08:31 +0000 (21:08 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 10 Oct 2009 21:08:31 +0000 (21:08 +0000)
commit4de39cda18c1a0a0c5ca4ae31b272374f48d7480
tree4d48ea9deebe82276e76c89de49bac4630cb7022
parent5de65b43fa4439730d4637460cc6d435d8433cf0
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