[issue17438] json.load docs should mention that it always return unicode

2013-03-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 80d7545594ca by Ezio Melotti in branch '2.7': #17438: add links to the conversion tables in dump(s)/load(s). http://hg.python.org/cpython/rev/80d7545594ca New changeset e76952bd4fa5 by Ezio Melotti in branch '3.3': #17438: add links to the

[issue17438] json.load docs should mention that it always return unicode

2013-03-28 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the report! -- assignee: docs@python - ezio.melotti resolution: - fixed stage: needs patch - committed/rejected status: open - closed versions: -Python 3.2 ___ Python tracker rep...@bugs.python.org

[issue17438] json.load docs should mention that it always return unicode

2013-03-28 Thread anatoly techtonik
anatoly techtonik added the comment: Thanks for the fix. ;) -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17438 ___ ___ Python-bugs-list

[issue17438] json.load docs should mention that it always return unicode

2013-03-23 Thread Ezio Melotti
Ezio Melotti added the comment: It's documented in the table at http://docs.python.org/2/library/json.html#json.JSONDecoder, but indeed a link to the table should be added in the docs of load/loads (and similarly to the dump/dumps docs too). -- keywords: +easy nosy: +ezio.melotti

[issue17438] json.load docs should mention that it always return unicode

2013-03-22 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17438 ___ ___

[issue17438] json.load docs should mention that it always return unicode

2013-03-16 Thread anatoly techtonik
New submission from anatoly techtonik: Strings returned in the object returned from json.load() seem to be always unicode, but it is not documented. Python 2.7 -- assignee: docs@python components: Documentation messages: 184308 nosy: docs@python, techtonik priority: normal severity: