represent util.NONE as 'null' in JSON output
was '"None"' before
This commit is contained in:
@@ -750,6 +750,7 @@ def hash(value):
|
||||
self.assertIs(obj(), obj)
|
||||
self.assertIs(obj(1, "a"), obj)
|
||||
self.assertIs(obj(foo="bar"), obj)
|
||||
self.assertEqual(util.json_dumps(obj), "null")
|
||||
|
||||
i = 0
|
||||
for _ in obj:
|
||||
|
||||
Reference in New Issue
Block a user