summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSean Reifschneider <jafo@tummy.com>2010-12-15 23:09:44 -0700
committerSean Reifschneider <jafo@tummy.com>2010-12-15 23:09:44 -0700
commit81933bc299740b7f10253abd439a719424d506fc (patch)
tree4cb03bbae64fb26bf9bd51776502123536acc38a /ChangeLog
parent1a4cefd414b108b4c172445d13c67c80a13b492e (diff)
downloadpython-memcached-81933bc299740b7f10253abd439a719424d506fc.tar.gz
Delete result code checking.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 964f6e2..1e6d1d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+ * Bug #471727: Changed the delete() code to explicitly check for both
+ NOT_FOUND and DELETED as the responses and return successful for both.
+ It also logs an error if one of these two responses is not found.
+ Also added a test to ensure that delete() works.
+
* When using set_multi and one value is too big, traceback
TypeError: 'int' object is unsubscriptable
Patch by Orjan Persson