]> granicus.if.org Git - python/commit
Merged revisions 80368-80369 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 22 Apr 2010 13:56:42 +0000 (13:56 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 22 Apr 2010 13:56:42 +0000 (13:56 +0000)
commitf9433fec8ba5f225cf3e423a2c0a95966e243abf
treef4f93364731f6dfa611a9b40aa959942ec9cf02c
parent621522b92c0074c222556dba32b3603bab6cab40
Merged revisions 80368-80369 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r80368 | antoine.pitrou | 2010-04-22 15:19:31 +0200 (jeu., 22 avril 2010) | 3 lines

  Fix mailcap.py built-in test.
........
  r80369 | antoine.pitrou | 2010-04-22 15:30:10 +0200 (jeu., 22 avril 2010) | 5 lines

  Issue #8496: make mailcap.lookup() always return a list, rather than an iterator.
  Patch by Gregory Nofi.
........
Lib/mailcap.py
Misc/NEWS