summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2014-12-05 15:56:12 (GMT)
committerBrett Cannon <brett@python.org>2014-12-05 15:56:12 (GMT)
commit6b335196c50049685e5fd2dc420cbba68de489e8 (patch)
tree9e01d37d253deacc60c6228b44f900f9b6cb6646 /Misc
parent969175091c4556e5b7e128ba91ae39f0b80153af (diff)
downloadcpython-6b335196c50049685e5fd2dc420cbba68de489e8.zip
cpython-6b335196c50049685e5fd2dc420cbba68de489e8.tar.gz
cpython-6b335196c50049685e5fd2dc420cbba68de489e8.tar.bz2
Issue #22914: Update the Python 2/3 porting HOWTO to describe a more
automated process.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 73727fa..7cf0ccd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -219,6 +219,9 @@ Build
Documentation
-------------
+- Issue #22914: Update the Python 2/3 porting HOWTO to describe a more automated
+ approach.
+
- Issue #21514: The documentation of the json module now refers to new JSON RFC
7159 instead of obsoleted RFC 4627.