summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-08-24 17:37:23 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-08-24 17:37:23 (GMT)
commit331624b67d1b86187b13b4b0030dbca60003fa1e (patch)
treecb81b59b3229c5a8daa7611afea99ecc0ceb7d28 /Misc
parenta61b09f406fe5bada60af5d2e23a75b9de87ebb5 (diff)
downloadcpython-331624b67d1b86187b13b4b0030dbca60003fa1e.zip
cpython-331624b67d1b86187b13b4b0030dbca60003fa1e.tar.gz
cpython-331624b67d1b86187b13b4b0030dbca60003fa1e.tar.bz2
Issue #14674: Add a discussion of the json module's standard compliance.
Patch by Chris Rebert.
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 73f058c..19934d9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -514,6 +514,9 @@ Build
Documentation
-------------
+- Issue #14674: Add a discussion of the json module's standard compliance.
+ Patch by Chris Rebert.
+
- Issue #15630: Add an example for "continue" stmt in the tutorial. Patch by
Daniel Ellis.