Staging
v0.5.1
https://github.com/python/cpython
Revision f47a40034763e9877861d995402715ca0dedb17c authored by Martin Panter on 15 May 2016, 00:13:04 UTC, committed by Martin Panter on 15 May 2016, 00:13:04 UTC
* "ctypes" documentation was using Python 2 bytes-str equivalence.
* PyImport_FrozenModules is a pointer to const as of Python 3.4
1 parent 2dc1bbb
Raw File
Tip revision: f47a40034763e9877861d995402715ca0dedb17c authored by Martin Panter on 15 May 2016, 00:13:04 UTC
Issue #25533: Update documentation regarding the frozen modules table
Tip revision: f47a400
_overlapped.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>{6f67c8db-7de7-4714-a967-2b0d4bc71f2e}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\overlapped.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top