diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-04-22 23:37:05 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-04-22 23:37:05 -0700 |
commit | a14d266ce13e1909203e59c8b84965070a0aa69f (patch) | |
tree | 0c4e7f82903d29afa6ab9da39130cc8df010deee /sites | |
parent | 74ba0149347bfeb2f83ddd46672a2912aea51f23 (diff) | |
parent | ed3c0b8e182c188e4d70883aeefb5e4b2b8cd054 (diff) |
Merge branch '1.16'
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 6b30ff68..eaf3cd57 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,10 @@ Changelog ========= +* :support:`612` Identify & work around a race condition in the test for + handshake timeouts, which was causing frequent test failures for a subset of + contributors as well as Travis-CI (usually, but not always, limited to Python + 3.5). Props to Ed Kellett for assistance during some of the troubleshooting. * :support:`697` Remove whitespace in our ``setup.py``'s ``install_requires`` as it triggers occasional bugs in some versions of ``setuptools``. Thanks to Justin Lecher for catch & original patch. |