summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2014-06-17 06:57:28 +0000
committergrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2014-06-17 06:57:28 +0000
commitdf7346c66586dbf9181e48b1eb61f9f40dcd2d7f (patch)
treead96925edd27d5dcdbbf67a136e0dfc2b5e481db
parent184c9db56bba770a25beb41c52b0e7e412fb7168 (diff)
downloaddocutils-df7346c66586dbf9181e48b1eb61f9f40dcd2d7f.tar.gz
note on single source
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7751 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-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
==================