File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change
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
+
1
9
* MemcachedKeyCharacterError better describes key problem.
2
10
Suggested by Roy Smith
3
11
Original file line number Diff line number Diff line change 27
27
"Programming Language :: Python :: 2",
28
28
"Programming Language :: Python :: 2.6",
29
29
"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"
34
34
])
You can’t perform that action at this time.
0 commit comments