This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: import json before using json module in tutorial Input and Output
Type: Stage: resolved
Components: Documentation Versions: Python 3.7, Python 3.6, Python 3.5, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: Mariatta, docs@python, suketa
Priority: normal Keywords:

Created on 2017-06-10 09:17 by suketa, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 2074 merged suketa, 2017-06-10 09:17
PR 2118 merged Mariatta, 2017-06-12 01:44
PR 2119 merged Mariatta, 2017-06-12 01:44
PR 2120 merged Mariatta, 2017-06-12 01:44
Messages (6)
msg295626 - (view) Author: Masaki Suketa (suketa) * Date: 2017-06-10 09:17
In Input and Output tutorial, use json module without `import json`.
msg295736 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2017-06-12 01:43
New changeset 1dbce04d0e3e93b715eb0d8024da396361759d16 by Mariatta (suketa) in branch 'master':
bpo-30621: Update Input Output Tutorial Example(GH-2074)
https://github.com/python/cpython/commit/1dbce04d0e3e93b715eb0d8024da396361759d16
msg295737 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2017-06-12 01:59
New changeset 47c9decb5feabb51416deffd2098ee31d73f1f5f by Mariatta in branch '3.6':
bpo-30621: Update Input Output Tutorial Example(GH-2074) (GH-2118)
https://github.com/python/cpython/commit/47c9decb5feabb51416deffd2098ee31d73f1f5f
msg295738 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2017-06-12 01:59
New changeset 7563b0508172cedb5e6a95d05e9122f1a0bfcd86 by Mariatta in branch '3.5':
bpo-30621: Update Input Output Tutorial Example(GH-2074) (GH-2119)
https://github.com/python/cpython/commit/7563b0508172cedb5e6a95d05e9122f1a0bfcd86
msg295739 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2017-06-12 01:59
New changeset 107949cb87d0f064bd9bcd39dc2a5e7266bfee30 by Mariatta in branch '2.7':
bpo-30621: Update Input Output Tutorial Example(GH-2074) (GH-2120)
https://github.com/python/cpython/commit/107949cb87d0f064bd9bcd39dc2a5e7266bfee30
msg295740 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2017-06-12 02:01
Thanks! :)
History
Date User Action Args
2022-04-11 14:58:47adminsetgithub: 74806
2017-06-12 02:01:01Mariattasetstatus: open -> closed
resolution: fixed
messages: + msg295740

stage: patch review -> resolved
2017-06-12 01:59:35Mariattasetmessages: + msg295739
2017-06-12 01:59:19Mariattasetmessages: + msg295738
2017-06-12 01:59:07Mariattasetmessages: + msg295737
2017-06-12 01:44:34Mariattasetpull_requests: + pull_request2174
2017-06-12 01:44:31Mariattasetpull_requests: + pull_request2173
2017-06-12 01:44:29Mariattasetpull_requests: + pull_request2172
2017-06-12 01:43:03Mariattasetnosy: + Mariatta
messages: + msg295736
2017-06-10 14:42:27Mariattasetstage: patch review
type: resource usage ->
versions: + Python 2.7, Python 3.5, Python 3.7
2017-06-10 09:17:03suketacreate