Staging
v0.5.1
https://github.com/python/cpython
Revision 65e69b37183eb0172b9fbbf28388ff0b0d05b792 authored by Terry Jan Reedy on 11 March 2013, 21:23:46 UTC, committed by Terry Jan Reedy on 11 March 2013, 21:23:46 UTC
found by Serhiy Storchaka and Matthew Barnett
1 parent af8838f
Raw File
Tip revision: 65e69b37183eb0172b9fbbf28388ff0b0d05b792 authored by Terry Jan Reedy on 11 March 2013, 21:23:46 UTC
Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/*
Tip revision: 65e69b3
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