Staging
v0.5.1
https://github.com/python/cpython
Revision a1f45008f190b0d340ec0eac623f05ef98e6b4c9 authored by Miss Islington (bot) on 08 October 2019, 11:51:16 UTC, committed by GitHub on 08 October 2019, 11:51:16 UTC

It now escapes them with a backslash, as the regular Python interpreter.
Added the "errors" field to the standard streams.
(cherry picked from commit b690a2759e62d9ee0b6ea1b20e8f7e4b2cdbf8bb)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1 parent aa9d5b8
Raw File
Tip revision: a1f45008f190b0d340ec0eac623f05ef98e6b4c9 authored by Miss Islington (bot) on 08 October 2019, 11:51:16 UTC
bpo-36698: IDLE no longer fails when write non-encodable characters to stderr. (GH-16583)
Tip revision: a1f4500
_testcapi.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Filter Include="Source Files">
      <UniqueIdentifier>{a76a90d8-8e8b-4c36-8f58-8bd46abe9f5e}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_testcapimodule.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top