summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSean Reifschneider <jafo@tummy.com>2011-11-27 17:44:51 -0700
committerSean Reifschneider <jafo@tummy.com>2011-11-27 17:44:51 -0700
commit25bf14164158e97a045239b7681c3d508a2aa17c (patch)
tree705e114c1e1a26316d0016eee0c5c2e728727547 /ChangeLog
parenta1910ce357b55e132886d8af1ba7858e2a929d5f (diff)
downloadpython-memcached-25bf14164158e97a045239b7681c3d508a2aa17c.tar.gz
* Bug #713451: server.expect("END") needs to be in a finally block
Expect an "END" when the _recv_value() raises an exception. Patch by Jay Farrimond.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e8deb7..a227814 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+ * Bug #713451: server.expect("END") needs to be in a finally block
+ Expect an "END" when the _recv_value() raises an exception.
+ Patch by Jay Farrimond.
+
* Bug: #741090: cas cache can grow unbounded. Default now is that the
cache is not used, unless the "Client()" object is created with
"cache_cas=True". In that case, you need to have your own cas clearing