File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 66
77 * Correct types.Array binary serialization (8.5 added extra checks)
88 * Add more encoding name mapping entries.
9- * Documentation improvements.
109 * Correct protocol message type comparison method.
1110 In 0.9.1 and before, types were compared using 'is' because all
1211 message type objects were loaded from a tuple created by the
@@ -17,8 +16,12 @@ Changes
1716 use of the 'is' operator is then broken resulting in superfluous protocol
1817 errors. The fix is to use the '==' operator. This does not add any
1918 significant overhead, but use of 'is' may return if some permanent storage
20- method becomes available.
21- [Reported by Radomir Stevanovic]
19+ method becomes available. [Reported by Radomir Stevanovic]
20+ * Documentation improvements.
21+ * Fix a bug revealed by a no route to host connection failure. Ended in an
22+ ambiguous KeyError due there being no message string for that particular
23+ errno. Add an appropriate message string fallback on a default message when
24+ a specific one doesn't exist.
2225
2326
24270.9.1 released on 2009-08-12
You can’t perform that action at this time.
0 commit comments