From f23357ad24aef7a1cb5fc51f2057291425e74f51 Mon Sep 17 00:00:00 2001 From: Michael Twomey Date: Tue, 22 Oct 2013 17:03:49 +0100 Subject: Fix encoding of README.rst and update tests to catch encoding issues Fixes #10 Thanks to klmitch --- README.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index f6d52f2..254be3c 100644 --- a/README.rst +++ b/README.rst @@ -40,9 +40,9 @@ Time Zones - Nothing uses the default timezone given (UTC). - Z (UTC) -- ±hh:mm -- ±hhmm -- ±hh +- +/-hh:mm +- +/-hhmm +- +/-hh Where it Differs From ISO 8601 ============================== @@ -102,6 +102,11 @@ Python 2.5 is not supported (too old for the tests for the most part). It could Changes ======= +0.1.8 +----- + +* Remove +/- chars from README.rst and ensure tox tests run using LC_ALL=C. The setup.py egg_info command was failing in python 3.* on some setups (basically any where the system encoding wasn't UTF-8). (https://bitbucket.org/micktwomey/pyiso8601/issue/10/setuppy-broken-for-python-33) (thanks to klmitch) + 0.1.7 ----- -- cgit v1.2.1