diff options
author | Brett Cannon <brett@python.org> | 2014-12-05 15:56:12 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2014-12-05 15:56:12 (GMT) |
commit | 6b335196c50049685e5fd2dc420cbba68de489e8 (patch) | |
tree | 9e01d37d253deacc60c6228b44f900f9b6cb6646 /Misc | |
parent | 969175091c4556e5b7e128ba91ae39f0b80153af (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |