mirror of
https://github.com/python/cpython.git
synced 2026-01-29 06:06:01 +00:00
* Always quote strings with non-ASCII characters. * Allow some non-separator and non-control characters (like "." or "-") be unquoted. * Always quote strings that end with "\n". * Use the fullmatch() method for clarity and optimization.