diff --git a/ChangeLog b/ChangeLog index a56efeb..4c44367 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sun, 21 Sep 2014 13:41:30 -0600 Sean Reifschneider + + * 1.54 release. + + * Numerous patches to attempt to get Python 3 working, but + tests are still failing under Python 3, so this code is not ready + yet. + * MemcachedKeyCharacterError better describes key problem. Suggested by Roy Smith diff --git a/setup.py b/setup.py index f105bf2..2a01f84 100644 --- a/setup.py +++ b/setup.py @@ -27,8 +27,8 @@ "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", - "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.2", - "Programming Language :: Python :: 3.3", - "Programming Language :: Python :: 3.4" +# "Programming Language :: Python :: 3", +# "Programming Language :: Python :: 3.2", +# "Programming Language :: Python :: 3.3", +# "Programming Language :: Python :: 3.4" ])