Staging
v0.5.1
https://github.com/python/cpython
Revision fa3702dc28fa8aef291785c560832c9af60305a8 authored by Ezio Melotti on 10 February 2012, 08:45:44 UTC, committed by Ezio Melotti on 10 February 2012, 08:45:44 UTC
1 parent 5b14d73
Raw File
Tip revision: fa3702dc28fa8aef291785c560832c9af60305a8 authored by Ezio Melotti on 10 February 2012, 08:45:44 UTC
#13960: HTMLParser is now able to handle broken comments when strict=False.
Tip revision: fa3702d
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