summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-12-05 22:48:10 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-12-05 22:48:10 (GMT)
commit710280b6d63fe7a1d6eef564b4fce7681209ec20 (patch)
treee23db30e1bb6f671a86199d64b666df132e9380f /Misc
parent74e7cf3f4664204927b2bd3dd9facc2ac7649715 (diff)
parentdd799d2e321d70db2c31403b5c919266575e12d1 (diff)
downloadcpython-710280b6d63fe7a1d6eef564b4fce7681209ec20.zip
cpython-710280b6d63fe7a1d6eef564b4fce7681209ec20.tar.gz
cpython-710280b6d63fe7a1d6eef564b4fce7681209ec20.tar.bz2
Issue #18840: Introduce the json module in the tutorial, and deemphasize the pickle module.
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 cb16d2c..1522379 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -103,6 +103,9 @@ Build
Documentation
-------------
+- Issue #18840: Introduce the json module in the tutorial, and deemphasize
+ the pickle module.
+
- Issue #19845: Updated the Compiling Python on Windows section.
- Issue #19795: Improved markup of True/False constants.