mirror of
https://github.com/python/cpython.git
synced 2026-05-08 21:50:40 -04:00
7ebbd27144
* 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.