diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-11-27 17:41:47 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-11-27 17:41:47 (GMT) |
commit | 7a6915e17d1ea9d740c23772160c18fdd5a5395f (patch) | |
tree | 30cbe84a479b9a3c1b0be2dd7fcb81579f0a9e72 /Misc | |
parent | a86700ae875413e17a1a62306acead7908b6b064 (diff) | |
download | cpython-7a6915e17d1ea9d740c23772160c18fdd5a5395f.zip cpython-7a6915e17d1ea9d740c23772160c18fdd5a5395f.tar.gz cpython-7a6915e17d1ea9d740c23772160c18fdd5a5395f.tar.bz2 |
Issue #21514: The documentation of the json module now refers to new JSON RFC
7159 instead of obsoleted RFC 4627.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -175,6 +175,12 @@ Build - Issue #17219: Add library build dir for Python extension cross-builds. +Documentation +------------- + +- Issue #21514: The documentation of the json module now refers to new JSON RFC + 7159 instead of obsoleted RFC 4627. + Windows ------- |