commit | 197e71bce1ca914302379e2044ccca90cc40b6bb | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Dec 05 23:46:32 2013 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Dec 05 23:46:32 2013 +0100 |
tree | 7ac027aadb4cb115c47b9579a20f3dafb95521ce | |
parent | 222b284911d1d4057f2034c41aa810693fc64f02 [diff] [blame] |
Issue #18840: Introduce the json module in the tutorial, and deemphasize the pickle module.
diff --git a/Misc/NEWS b/Misc/NEWS index 598c810..1b59bfd 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -81,6 +81,9 @@ Documentation ------------- +- Issue #18840: Introduce the json module in the tutorial, and deemphasize + the pickle module. + - Issue #19795: Improved markup of True/False constants.