]> granicus.if.org Git - python/commit
Issue #8496: make mailcap.lookup() always return a list, rather than an iterator.
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 22 Apr 2010 13:30:10 +0000 (13:30 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 22 Apr 2010 13:30:10 +0000 (13:30 +0000)
commit7062db8a999e00fe6449b1f620801b5a857117b7
tree5ae485dd57af8790ea28c3774ad47216f1a4f73e
parent945c17f5ec2b61d200be5114bc3ef37cd1bdd391
Issue #8496: make mailcap.lookup() always return a list, rather than an iterator.
Patch by Gregory Nofi.
Lib/mailcap.py
Misc/NEWS