summaryrefslogtreecommitdiffhomepage
path: root/sites/www
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2015-11-02 12:55:36 -0800
committerJeff Forcier <jeff@bitprophet.org>2015-11-02 12:55:36 -0800
commit3e08a40e9aee4aa289e9704c115773e1596d7f5d (patch)
treea53ccd369fc9fcfde3a53c806415d39f8c80cf18 /sites/www
parent0683452c622e95c2b3a775621d3ace7a5afcc152 (diff)
Changelog closes #594
Diffstat (limited to 'sites/www')
-rw-r--r--sites/www/changelog.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 7c6b74e4..e81327fc 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,8 @@
Changelog
=========
+* :support:`594 backported` Correct some post-Python3-port docstrings to
+ specify ``bytes`` type instead of ``str``. Credit to ``@redixin``.
* :bug:`565` Don't explode with ``IndexError`` when reading private key files
lacking an ``-----END <type> PRIVATE KEY-----`` footer. Patch courtesy of
Prasanna Santhanam.