Staging
v0.5.1
https://github.com/python/cpython
Revision 7610ef93adfba45a2520fd4b80c0098c6cb7efe2 authored by Andrew M. Kuchling on 12 November 2010, 20:54:47 UTC, committed by Andrew M. Kuchling on 12 November 2010, 20:54:47 UTC
1 parent f3b001f
Raw File
Tip revision: 7610ef93adfba45a2520fd4b80c0098c6cb7efe2 authored by Andrew M. Kuchling on 12 November 2010, 20:54:47 UTC
Remove myself as a maintainer for curses and mailbox modules.
Tip revision: 7610ef9
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