Staging
v0.5.1
https://github.com/python/cpython
Revision cef2d491224d0e83a988c3ef3c32f74eab90b497 authored by Ezio Melotti on 20 October 2013, 23:53:07 UTC, committed by Ezio Melotti on 20 October 2013, 23:53:07 UTC
1 parent 2585e1e
Raw File
Tip revision: cef2d491224d0e83a988c3ef3c32f74eab90b497 authored by Ezio Melotti on 20 October 2013, 23:53:07 UTC
#19238, #19289: fix description of the align and fill values of the format specification.
Tip revision: cef2d49
debug.vsprops
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="debug"
	>
	<Tool
		Name="VCCLCompilerTool"
		PreprocessorDefinitions="_DEBUG"
	/>
	<UserMacro
		Name="KillPythonExe"
		Value="$(OutDir)\kill_python_d.exe"
	/>
</VisualStudioPropertySheet>
back to top