Staging
v0.8.1
https://github.com/python/cpython
Revision d8c40c12b0d4214203e21148a056bdbed3c2e976 authored by Antoine Pitrou on 01 October 2009, 17:09:11 UTC, committed by Antoine Pitrou on 01 October 2009, 17:09:11 UTC
........
  r75171 | antoine.pitrou | 2009-10-01 19:08:03 +0200 (jeu., 01 oct. 2009) | 4 lines

  Sync the 2.x `io` docs with py3k, with a small note as to the distinction
  between bytes streams and text streams.
........
1 parent 2599a1e
Raw File
Tip revision: d8c40c12b0d4214203e21148a056bdbed3c2e976 authored by Antoine Pitrou on 01 October 2009, 17:09:11 UTC
Blocked revisions 75171 via svnmerge
Tip revision: d8c40c1
x64.vsprops
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="amd64"
	OutputDirectory="$(SolutionDir)\amd64\"
	IntermediateDirectory="$(SolutionDir)$(PlatformName)-temp-$(ConfigurationName)\$(ProjectName)\"
	>
	<Tool
		Name="VCCLCompilerTool"
		AdditionalOptions="/USECL:MS_OPTERON /GS-"
		PreprocessorDefinitions="_WIN64;_M_X64"
	/>
	<Tool
		Name="VCLinkerTool"
		TargetMachine="17"
	/>
	<UserMacro
		Name="PythonExe"
		Value="$(HOST_PYTHON)"
	/>
</VisualStudioPropertySheet>
back to top