mirror of
https://github.com/python/cpython.git
synced 2026-05-07 02:51:00 +00:00
* bpo-34485: stdout uses surrogateescape on POSIX locale (GH-8986)
Standard streams like sys.stdout now use the "surrogateescape" error
handler, instead of "strict", on the POSIX locale (when the C locale is not
coerced and the UTF-8 Mode is disabled).
Add tests on sys.stdout.errors with LC_ALL=POSIX.
Fix the error handler of standard streams like sys.stdout:
PYTHONIOENCODING=":" is now ignored instead of setting the error handler to
"strict".
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| 2017-10-07-10-13-15.bpo-25862.FPYBA5.rst | ||
| 2018-06-15-19-39-06.bpo-33824.DfWHT3.rst | ||
| 2018-06-23-15-32-02.bpo-33451.sWN-1l.rst | ||
| 2018-06-25-16-54-05.bpo-24596.Rkwova.rst | ||
| 2018-06-25-20-42-44.bpo-33956.1qoTwD.rst | ||
| 2018-06-27-18-56-41.bpo-33985.ILJ3Af.rst | ||
| 2018-07-05-15-51-29.bpo-34042.Gr9XUH.rst | ||
| 2018-07-07-20-15-34.bpo-34066.y9vs6s.rst | ||
| 2018-07-10-11-24-16.bpo-34080.8t7PtO.rst | ||
| 2018-07-13-22-09-55.bpo-34087.I1Bxfc.rst | ||
| 2018-07-14-08-58-46.bpo-34068.9xfM55.rst | ||
| 2018-07-14-14-01-37.bpo-24618.iTKjD_.rst | ||
| 2018-07-16-20-55-29.bpo-34126.mBVmgc.rst | ||
| 2018-08-03-21-59-06.bpo-34170.v1h_H2.rst | ||
| 2018-08-10-15-05-00.bpo-34377.EJMMY4.rst | ||
| 2018-08-14-03-52-43.bpo-34400.AJD0bz.rst | ||
| 2018-08-28-11-52-13.bpo-34527.sh5MQJ.rst | ||
| 2018-08-28-11-53-39.bpo-34527.aBEX9b.rst | ||
| 2018-08-28-23-01-14.bpo-34485.dq1Kqk.rst | ||
| 2018-08-29-09-27-47.bpo-34485.5aJCmw.rst | ||
| README.rst | ||
Put news entry `blurb`_ files for the *Core and Builtins* section in this directory. .. _blurb: https://pypi.org/project/blurb/