Staging
v0.5.1
https://github.com/python/cpython
Revision a437c285fa4f21720802e7a91770b2281d576554 authored by Miss Islington (bot) on 06 November 2018, 02:35:18 UTC, committed by GitHub on 06 November 2018, 02:35:18 UTC

The section is renamed from "IDLE -- console differences".  It mostly
covers the implications of using custom sys.stdxxx objects.
(cherry picked from commit 5e7909032491cef17754a3208872655fe350e9be)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
1 parent 558dc8a
Raw File
Tip revision: a437c285fa4f21720802e7a91770b2281d576554 authored by Miss Islington (bot) on 06 November 2018, 02:35:18 UTC
bpo-35099: Improve the doc about IDLE running user code. (GH-10350)
Tip revision: a437c28
_contextvars.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <ResourceCompile Include="..\PC\python_nt.rc" />
  </ItemGroup>
  <ItemGroup>
    <Filter Include="Source Files">
      <UniqueIdentifier>{7CBD8910-233D-4E9A-9164-9BA66C1F0E6D}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_contextvarsmodule.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top