mirror of
https://github.com/python/cpython.git
synced 2026-05-08 05:32:01 -04:00
7df44b384a
modes like non-interactive modes. This allows for non-latin-1 users to write unicode strings directly and sets Japanese users free from weird manual escaping <wink> in shift_jis environments. (Reviewed by Martin v. Loewis)