Staging
v0.5.1
https://github.com/python/cpython
Revision cf9a63c6c7e19f3d27cf3b5731d02cc216ef3dd1 authored by Miss Islington (bot) on 14 July 2019, 23:49:52 UTC, committed by GitHub on 14 July 2019, 23:49:52 UTC

https://bugs.python.org/issue37593
(cherry picked from commit cd6e83b4810549c308ab2d7315dbab526e35ccf6)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
1 parent 3958b7a
Raw File
Tip revision: cf9a63c6c7e19f3d27cf3b5731d02cc216ef3dd1 authored by Miss Islington (bot) on 14 July 2019, 23:49:52 UTC
bpo-37593: Swap the positions of posonlyargs and args in the constructor of ast.parameters nodes (GH-14778)
Tip revision: cf9a63c
_tkinter.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>{b9ce64dd-cb95-472d-bbe8-5583b2cd375b}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_tkinter.c">
      <Filter>Source Files</Filter>
    </ClCompile>
    <ClCompile Include="..\Modules\tkappinit.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top