summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-11-27 17:41:47 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-11-27 17:41:47 (GMT)
commit7a6915e17d1ea9d740c23772160c18fdd5a5395f (patch)
tree30cbe84a479b9a3c1b0be2dd7fcb81579f0a9e72 /Misc
parenta86700ae875413e17a1a62306acead7908b6b064 (diff)
downloadcpython-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/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6093dc5..c1abebe 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
-------