diff options
| author | Sean Reifschneider <jafo@tummy.com> | 2010-12-15 23:09:44 -0700 |
|---|---|---|
| committer | Sean Reifschneider <jafo@tummy.com> | 2010-12-15 23:09:44 -0700 |
| commit | 81933bc299740b7f10253abd439a719424d506fc (patch) | |
| tree | 4cb03bbae64fb26bf9bd51776502123536acc38a /ChangeLog | |
| parent | 1a4cefd414b108b4c172445d13c67c80a13b492e (diff) | |
| download | python-memcached-81933bc299740b7f10253abd439a719424d506fc.tar.gz | |
Delete result code checking.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
