summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2013-01-27 13:55:33 +1300
committerRobert Collins <robertc@robertcollins.net>2013-01-27 13:55:33 +1300
commitb30eef80f028c8d156ed9a30e82f393121cfb7a9 (patch)
treef3dd99039154d3c933b2e5a3aad64fd9474b1ce3 /NEWS
parent84768c10f4dfa67ab5d299814e7caa3d30ed38da (diff)
downloadsubunit-b30eef80f028c8d156ed9a30e82f393121cfb7a9.tar.gz
Tweak Python3 support to help testrepository get 3-ready.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 081dc5d..93c87cc 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,16 @@ subunit release notes
NEXT (In development)
---------------------
+BUG FIXES
+~~~~~~~~~
+
+* UnsupportedOperation is available in the Python2.6 io library, so ask
+ forgiveness rather than permission for obtaining it. (Robert Collins)
+
+* Streams with no fileno() attribute are now supported, but they are not
+ checked for being in binary mode: be sure to take care of that if using
+ the library yourself. (Robert Collins)
+
0.0.9
-----