summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlyph <glyph@twistedmatrix.com>2015-04-14 18:35:44 -0400
committerGlyph <glyph@twistedmatrix.com>2015-04-14 18:35:44 -0400
commit5457badbe7314f9a43f881ec386752a7eebb832e (patch)
tree057cd83f37fa900903bd5b600533fe0d215d323b
parent1287a3b7cd5f6953911563d8129bd7af53d8eae6 (diff)
downloadpyopenssl-5457badbe7314f9a43f881ec386752a7eebb832e.tar.gz
no say the thing it actually does instead
-rw-r--r--ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e398858..903216c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,10 @@
2015-04-14 Glyph Lefkowitz <glyph@twistedmatrix.com>
* OpenSSL/SSL.py, OpenSSL/test/test_ssl.py: Fix a regression
- present in 0.15, which caused Connection.shutdown() to raise an
- SSL error when the connection had been truncated.
+ present in 0.15, where when an error occurs and no errno() is set,
+ a KeyError is raised. This happens, for example, if
+ Connection.shutdown() is called when the underlying transport has
+ gone away.
2015-04-12 Jean-Paul Calderone <exarkun@twistedmatrix.com>