[docs] [issue35765] Document references object x but doesn't show it in the example

Patrick Rice report at bugs.python.org
Thu Jan 17 19:31:44 EST 2019


New submission from Patrick Rice <price at zoox.com>:

https://docs.python.org/3.5/tutorial/inputoutput.html

If you have an object x, you can view its JSON string representation with a simple line of code:

>>>
>>> import json
>>> json.dumps([1, 'simple', 'list'])
'[1, "simple", "list"]'

----------
assignee: docs at python
components: Documentation
messages: 333917
nosy: Patrick Rice, docs at python
priority: normal
severity: normal
status: open
title: Document references object x but doesn't show it in the example
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35765>
_______________________________________


More information about the docs mailing list