Staging
v0.5.1
https://github.com/python/cpython
Revision 3cc46bb3ed8005b1d9b74bcb08a9c01b99e84c63 authored by Julien Palard on 17 August 2017, 14:37:56 UTC, committed by Victor Stinner on 17 August 2017, 14:37:56 UTC
Change the option for `Français` into `French` to be consistent with the other language selections that are already in English.
(cherry picked from commit b616b972999cdd5fe54ef8a43c131a27ca538dee)
1 parent 883520a
Raw File
Tip revision: 3cc46bb3ed8005b1d9b74bcb08a9c01b99e84c63 authored by Julien Palard on 17 August 2017, 14:37:56 UTC
Update the language selection in the docs language switch. (GH-3114) (#3117)
Tip revision: 3cc46bb
_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