[issue30621] import json before using json module in tutorial Input and Output

2017-06-11 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks! :) -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue30621] import json before using json module in tutorial Input and Output

2017-06-11 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: 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 --

[issue30621] import json before using json module in tutorial Input and Output

2017-06-11 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: 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 --

[issue30621] import json before using json module in tutorial Input and Output

2017-06-11 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: 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 --

[issue30621] import json before using json module in tutorial Input and Output

2017-06-11 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +2174 ___ Python tracker ___ ___

[issue30621] import json before using json module in tutorial Input and Output

2017-06-11 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +2172 ___ Python tracker ___ ___

[issue30621] import json before using json module in tutorial Input and Output

2017-06-11 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +2173 ___ Python tracker ___ ___

[issue30621] import json before using json module in tutorial Input and Output

2017-06-11 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: 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 -- nosy:

[issue30621] import json before using json module in tutorial Input and Output

2017-06-10 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: -> patch review type: resource usage -> versions: +Python 2.7, Python 3.5, Python 3.7 ___ Python tracker

[issue30621] import json before using json module in tutorial Input and Output

2017-06-10 Thread Masaki Suketa
New submission from Masaki Suketa: In Input and Output tutorial, use json module without `import json`. -- assignee: docs@python components: Documentation messages: 295626 nosy: docs@python, suketa priority: normal pull_requests: 2139 severity: normal status: open title: import json