]> granicus.if.org Git - python/commit
Correct Issue#1561: test_mailbox failed on Windows.
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Wed, 26 Mar 2008 19:49:26 +0000 (19:49 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Wed, 26 Mar 2008 19:49:26 +0000 (19:49 +0000)
commit9edef04c956c36aaa3ccc3eaef2d99f233153297
treeaad4f8f586d31cb8cffaaefaefb9aaf0a9e25e8c
parentf6cd967e2c204238cb4fe56c7e842cf7766ddd01
Correct Issue#1561: test_mailbox failed on Windows.
Open all text files with newline='', this is the only way to have consistent offsets.
Lib/mailbox.py
Lib/test/test_mailbox.py