diff options
| author | Sean Reifschneider <jafo@tummy.com> | 2014-09-21 13:41:24 -0600 |
|---|---|---|
| committer | Sean Reifschneider <jafo@tummy.com> | 2014-09-21 13:41:24 -0600 |
| commit | 0864fa4c50aeab49e1adb4551730fa0dacff4889 (patch) | |
| tree | abd62bd707c8d5c8e4144587e3859fad014c0613 | |
| parent | fbfae698fab2be8a6621ed0f2c6f04fa35c2579b (diff) | |
| download | python-memcached-release-1.54.tar.gz | |
Ready for release.release-1.54
| -rw-r--r-- | ChangeLog | 8 | ||||
| -rw-r--r-- | setup.py | 8 |
2 files changed, 12 insertions, 4 deletions
@@ -1,3 +1,11 @@ +Sun, 21 Sep 2014 13:41:30 -0600 Sean Reifschneider <jafo@tummy.com> + + * 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 @@ -27,8 +27,8 @@ setup(name="python-memcached", "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" ]) |
