
commit 8b332edcf81ae3e2b688ed0890633a0a5fa1b1b4 Author: Damian Johnson <atagar@torproject.org> Date: Sat Jan 3 18:23:57 2015 -0800 Noting this change in the changelog We don't really have a section this fits under so making it a general note for the next release. --- docs/change_log.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/change_log.rst b/docs/change_log.rst index 3f8a4bc..432ca66 100644 --- a/docs/change_log.rst +++ b/docs/change_log.rst @@ -41,6 +41,9 @@ Unreleased The following are only available within Stem's `git repository <download.html>`_. +With this next release the codebase runs directly under both python2 and +python3 without a 2to3 conversion (:trac:`14075`). + * **Utilities** * :func:`stem.util.connection.port_usage` always returned None (:trac:`14046`)