summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSean Reifschneider <jafo@tummy.com>2012-04-11 00:07:54 -0600
committerSean Reifschneider <jafo@tummy.com>2012-04-11 00:07:54 -0600
commitbacb8058152873e46e6a2367452a353e4d98a065 (patch)
tree4c1d9628f34606ddbaa02f3d846c1cb4f18e9447 /ChangeLog
parent8078ecfe075b8266977f08209c97a261cfce9873 (diff)
downloadpython-memcached-bacb8058152873e46e6a2367452a353e4d98a065.tar.gz
* Bug #974632: _ConnectionDeadError sometimes was escaping the get/set
code. This should return to readline() not raising an exception, except in the case that it's called from the get/set(). Report from Gary Poster, proposed patch by Brad Crittenden. Misc fixes by Brad Crittenden: fixing a docstring, if "port" is set to any false-like value it will default to 11211.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b0426be..76d6b9b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ * Bug #974632: _ConnectionDeadError sometimes was escaping the get/set
+ code. This should return to readline() not raising an exception, except
+ in the case that it's called from the get/set(). Report from Gary
+ Poster, proposed patch by Brad Crittenden.
+
+ Misc fixes by Brad Crittenden: fixing a docstring, if "port" is set to
+ any false-like value it will default to 11211.
+
Mon, 29 Nov 2011 12:37:32 -0700 Sean Reifschneider <jafo@tummy.com>
* Bug #887765: Interrupted connection to memcache server can cause