Skip to content

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Nov 8, 2025

  • Document that ensure_ascii=True forces escaping not only non-ASCII, but also
    non-printable characters (the only affected ASCII character is U+007F).
  • Ensure that the help output for the json module does not exceed 80
    columns (except one long line in an example and generated lines).
  • Add more tests.
    (cherry picked from commit 7e90bac)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com


📚 Documentation preview 📚: https://cpython-previews--141227.org.readthedocs.build/

…ii option in the json module (pythonGH-140906)

* Document that ensure_ascii=True forces escaping not only non-ASCII, but also
  non-printable characters (the only affected ASCII character is U+007F).
* Ensure that the help output for the json module does not exceed 80
  columns (except one long line in an example and generated lines).
* Add more tests.
(cherry picked from commit 7e90bac)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants