Skip to content

Commit 0864fa4

Browse files
author
Sean Reifschneider
committed
Ready for release.
1 parent fbfae69 commit 0864fa4

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Sun, 21 Sep 2014 13:41:30 -0600 Sean Reifschneider <[email protected]>
2+
3+
* 1.54 release.
4+
5+
* Numerous patches to attempt to get Python 3 working, but
6+
tests are still failing under Python 3, so this code is not ready
7+
yet.
8+
19
* MemcachedKeyCharacterError better describes key problem.
210
Suggested by Roy Smith
311

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"Programming Language :: Python :: 2",
2828
"Programming Language :: Python :: 2.6",
2929
"Programming Language :: Python :: 2.7",
30-
"Programming Language :: Python :: 3",
31-
"Programming Language :: Python :: 3.2",
32-
"Programming Language :: Python :: 3.3",
33-
"Programming Language :: Python :: 3.4"
30+
# "Programming Language :: Python :: 3",
31+
# "Programming Language :: Python :: 3.2",
32+
# "Programming Language :: Python :: 3.3",
33+
# "Programming Language :: Python :: 3.4"
3434
])

0 commit comments

Comments
 (0)