From 8116cfefd7a582749d13bcefbd82e3eea304d534 Mon Sep 17 00:00:00 2001 From: Sean Reifschneider Date: Mon, 3 Jun 2013 23:19:05 -0600 Subject: Marking connection dead in readline(). Also fixing a docstring test. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 57ca33b..ad10491 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ + * Fixing set_multi() so that if the server closes the connection + it will no longer raise AttributeError. Issue found and resolution + reviewed by Ben Hoyt. + + * readline() now will mark the connection dead if the read fails. + It was just closing it before. This is related to the set_multi() + change but worth noting separately. Thanks to Ben Hoyt. + + * Discussion of the above: + https://github.com/linsomniac/python-memcached/commit/b7054a964aed0e6d86e853e60aab09cd0183b9f6#commitcomment-3337557 + Sun, 02 Jun 2013 01:08:26 -0600 Sean Reifschneider * 1.52 release. -- cgit v1.2.1