summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 7e6464383..50bc73b44 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -28,6 +28,14 @@ Future changes
- special admonitions (note, hint, warning, ...) -> generic "admonition"
element with class attribute and auto-generated title.
+* Move to single source for Python 2 and Python 3, slowly.
+ See `Porting Python 2 Code to Python 3`_ and
+ `future: clean single-source support for Python 2/3`_
+
+ - Drop support for python 2.4 probably after 0.12 release.
+
+.. _Porting Python 2 Code to Python 3: https://docs.python.org/3/howto/pyporting.html
+.. _future\: clean single-source support for Python 2/3: http://python-future.org
Changes Since 0.11
==================