mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
* 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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| decoder.py | ||
| encoder.py | ||
| scanner.py | ||
| tool.py | ||