From 25bf14164158e97a045239b7681c3d508a2aa17c Mon Sep 17 00:00:00 2001 From: Sean Reifschneider Date: Sun, 27 Nov 2011 17:44:51 -0700 Subject: * 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. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') 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 -- cgit v1.2.1