summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSean Reifschneider <jafo@tummy.com>2010-12-15 22:20:03 -0700
committerSean Reifschneider <jafo@tummy.com>2010-12-15 22:20:03 -0700
commit1a4cefd414b108b4c172445d13c67c80a13b492e (patch)
treefe8f4a5a3835aeb3b69e21f4a0739daf630b3ec0 /ChangeLog
parent6d6c2afd8e3d88b9f9e0648372e1a49eb1e5819d (diff)
downloadpython-memcached-1a4cefd414b108b4c172445d13c67c80a13b492e.tar.gz
When using set_multi and one value is too big, traceback
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dd12ab1..964f6e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+ * When using set_multi and one value is too big, traceback
+ TypeError: 'int' object is unsubscriptable
+ Patch by Orjan Persson
+
* Fixing Bug #529855: Server host can now be bare host without ":<port>".
Fix proposed by Roger Binns.