From 93cb8fd157ce1c10fe9b5049fe7c10a7d33daa5b Mon Sep 17 00:00:00 2001 From: Erik Rose Date: Sun, 27 Nov 2011 20:33:13 -0800 Subject: Note the new unicodeyness in the readme. --- README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.rst') 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 -- cgit v1.2.1