]> granicus.if.org Git - python/commit
Remove a list comprehension, because a loop over the list
authorWalter Dörwald <walter@livinglogic.de>
Fri, 3 Jan 2003 21:06:46 +0000 (21:06 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Fri, 3 Jan 2003 21:06:46 +0000 (21:06 +0000)
commit8fa8972d80b767306ff56f8108859d40a97b6228
treef30b5f8f81bc0a217025718ce2c6f39800a8bf9d
parent51cc72c6c01a40f14ab84bfaf918dca81631db15
Remove a list comprehension, because a loop over the list
is done afterwards anyway, so what the list comp does
can be done in the loop.
Lib/mimetypes.py