commit | c6b607d4a9e4d60fb506034ce67fc89734bb68a7 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat May 02 12:36:44 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sat May 02 12:36:44 2009 +0000 |
tree | b4f27e81ab25a9dfe6a97433f4d25c263b59f6cc | |
parent | 7255f18556ae70fc28b563a345577d3ec8f6f0ba [diff] [blame] |
port simplejson upgrade from the trunk #4136 json also now works only with unicode strings Patch by Antoine Pitrou; updated by me
diff --git a/Misc/NEWS b/Misc/NEWS index 40467b0..7f22b0d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -107,6 +107,8 @@ Library ------- +- The json module now works exclusively with str and not bytes. + - Issue #3959: The ipaddr module has been added to the standard library. Contributed by Google.