summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorErik Rose <erik@mozilla.com>2011-11-27 20:33:13 -0800
committerErik Rose <erik@mozilla.com>2011-11-28 10:18:16 -0800
commit93cb8fd157ce1c10fe9b5049fe7c10a7d33daa5b (patch)
treeac5fd1a2c53e67e5493647b3abb840bf1041c45e /README.rst
parent58ae6f5b0b1d48f2a62efa395e657f26ac802661 (diff)
downloadblessings-93cb8fd157ce1c10fe9b5049fe7c10a7d33daa5b.tar.gz
Note the new unicodeyness in the readme.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 902c4bd..dfe307c 100644
--- a/README.rst
+++ b/README.rst
@@ -334,7 +334,11 @@ Version History
* Added 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).
- * Relicensed under the MIT License.
+ * Everything that comes out of the library is now unicode. This lets us
+ support Python 3 without making a mess of the code, and Python 2 should
+ continue to work unless you were testing types (and badly). Please file a
+ bug if this causes trouble for you.
+ * Changed to the MIT License for better world domination.
* Added Sphinx docs.
1.1