Commit 4282aa3
committed
Update batch tests for newer python versions.
Python 2.7.7 included a [fix](http://bugs.python.org/issue14983) to always add
a newline to multipart MIME messages. This makes one of our batch tests fail;
we could update to exactly require a newline, but there's no reason to be so
strict -- we might as well work across several python versions, since the code
in question is in python (not this library).1 parent 5185224 commit 4282aa3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
802 | 802 | | |
803 | 803 | | |
804 | 804 | | |
805 | | - | |
| 805 | + | |
806 | 806 | | |
807 | 807 | | |
808 | 808 | | |
| |||
0 commit comments