8000 bpo-33927: Add support for same infile and outfile to json.tool by remilapeyre · Pull Request #7865 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-33927: Add support for same infile and outfile to json.tool #7865

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Prev Previous commit
Update Misc/NEWS.d/next/Library/2018-06-27-14-46-03.bpo-33927.felCrI.rst
Co-authored-by: Inada Naoki <songofacandy@gmail.com>
  • Loading branch information
remilapeyre and methane authored Nov 7, 2021
commit 1490e2b1b3f38bb9bf80c56ed42a8fdfee2480dc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
`json.tool` can now take the same file as input and ouput with the `--in-place`
``json.tool`` can now take the same file as input and ouput with the ``--in-place``
flag. Patch by Rémi Lapeyre.
0