summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorErik Rose <erik@mozilla.com>2011-11-21 14:57:48 -0800
committerErik Rose <erik@mozilla.com>2011-11-27 11:22:17 -0800
commitd9aaa14bce0a1a16d0758c6f858594d6037e1d3f (patch)
tree93f8060234519820b56b99ffb1850a9eea9a6efe /README.rst
parent20c5f21c24509d10bd35b8f87a67651d91f3df4c (diff)
downloadblessings-d9aaa14bce0a1a16d0758c6f858594d6037e1d3f.tar.gz
Make all encoding explicit, and blow only raw strings to the terminal.
Tests pass in 2.6.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index c5aabd7..e95e02a 100644
--- a/README.rst
+++ b/README.rst
@@ -325,6 +325,11 @@ Bugs or suggestions? Visit the `issue tracker`_.
Version History
===============
+1.2
+ * Support for Python 3! We need 3.2.3 or greater, because the curses library
+ couldn't decide whether to accept strs or bytes before that
+ (http://bugs.python.org/issue10570).
+
1.1
* Added nicely named attributes for colors.
* Introduced compound formatting.