]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix #9923: mailcap now uses the OS path separator for the MAILCAP envvar. Not backpor...
authorNick Coghlan <ncoghlan@gmail.com>
Sat, 27 Aug 2011 14:17:31 +0000 (00:17 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Sat, 27 Aug 2011 14:17:31 +0000 (00:17 +1000)
commit2093730454b329ed019a06645e08592ae6662688
tree3b72553f95f8aa13f21ede91ade3dc01fcd867e9
parent513886aabb634d4b46c6727340c396faf8f7e2b4
Fix #9923: mailcap now uses the OS path separator for the MAILCAP envvar. Not backported, since it could break cases where people worked around the old POSIX-specific behaviour on non-POSIX platforms.
Lib/mailcap.py
Misc/NEWS