summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2013-08-25 12:40:00 +1200
committerRobert Collins <robertc@robertcollins.net>2013-08-25 12:40:00 +1200
commit02048be91f0298541d70b0cc794ca8436b14d1ca (patch)
tree5478acd3702a04d47f6d8f63ac177de433a67403 /NEWS
parent941978ee51de1c07b27b09096a16684b498ebd41 (diff)
downloadsubunit-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--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4fd9e17..98b0320 100644
--- a/NEWS
+++ b/NEWS
@@ -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)