]> granicus.if.org Git - python/commit
#11062: Fix universal newline support in Babyl._install_message()
authorPetri Lehtinen <petri@digip.org>
Thu, 16 Aug 2012 04:22:15 +0000 (07:22 +0300)
committerPetri Lehtinen <petri@digip.org>
Thu, 16 Aug 2012 04:27:01 +0000 (07:27 +0300)
commit88614948c08aa583c41176d05eec5cf099c9d04d
tree904918c0d6bfbf4d6aecb8d466bfeba1dba7dcde
parent573b1fd7794e01575736826300a6d3291818f2c4
#11062: Fix universal newline support in Babyl._install_message()

When adding a message from a binary file, \r\n was translated to
\r\r\n in the message body.
Lib/mailbox.py