Staging
v0.5.1
https://github.com/python/cpython
Revision 963e40256a7047c538eca88a792710c2d6d53ac5 authored by Benjamin Peterson on 13 August 2011, 05:33:21 UTC, committed by Benjamin Peterson on 13 August 2011, 05:33:21 UTC
1 parent be66287
Raw File
Tip revision: 963e40256a7047c538eca88a792710c2d6d53ac5 authored by Benjamin Peterson on 13 August 2011, 05:33:21 UTC
tokenize is just broken on test_pep3131.py
Tip revision: 963e402
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