Staging
v0.8.1
https://github.com/python/cpython
Revision 2d71822fdb93ac63f24983a39db3bf47c56ca4c0 authored by Benjamin Peterson on 21 November 2008, 00:25:02 UTC, committed by Benjamin Peterson on 21 November 2008, 00:25:02 UTC
1 parent 58425d3
Raw File
Tip revision: 2d71822fdb93ac63f24983a39db3bf47c56ca4c0 authored by Benjamin Peterson on 21 November 2008, 00:25:02 UTC
a few updates to the gloassary with regards to __future__ and division
Tip revision: 2d71822
release.vsprops
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="release"
	>
	<Tool
		Name="VCCLCompilerTool"
		PreprocessorDefinitions="NDEBUG"
	/>
	<UserMacro
		Name="KillPythonExe"
		Value="$(OutDir)\kill_python.exe"
	/>	
</VisualStudioPropertySheet>
back to top