diff options
author | Robert Collins <robertc@robertcollins.net> | 2013-08-25 12:40:00 +1200 |
---|---|---|
committer | Robert Collins <robertc@robertcollins.net> | 2013-08-25 12:40:00 +1200 |
commit | 02048be91f0298541d70b0cc794ca8436b14d1ca (patch) | |
tree | 5478acd3702a04d47f6d8f63ac177de433a67403 /NEWS | |
parent | 941978ee51de1c07b27b09096a16684b498ebd41 (diff) | |
download | subunit-02048be91f0298541d70b0cc794ca8436b14d1ca.tar.gz |
* Python 3.1 and 3.2 have an inconsistent memoryview implementation which
required a workaround for NUL byte detection. (Robert Collins, #1216246)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ NEXT (In development) BUG FIXES ~~~~~~~~~ +* Python 3.1 and 3.2 have an inconsistent memoryview implementation which + required a workaround for NUL byte detection. (Robert Collins, #1216246) + * V2 parser errors now set appropriate mime types for the encapsulated packet data and the error message. (Robert Collins) |