commit | f9433fec8ba5f225cf3e423a2c0a95966e243abf | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Apr 22 13:56:42 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Apr 22 13:56:42 2010 +0000 |
tree | f4f93364731f6dfa611a9b40aa959942ec9cf02c | |
parent | 621522b92c0074c222556dba32b3603bab6cab40 [diff] |
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. ........