Staging
v0.5.1
https://github.com/python/cpython
Revision 36b7361fe76733b3a4944ef92b49bcea4584b740 authored by Ezio Melotti on 21 February 2012, 07:22:16 UTC, committed by Ezio Melotti on 21 February 2012, 07:22:16 UTC
1 parent 9be6c3d
Raw File
Tip revision: 36b7361fe76733b3a4944ef92b49bcea4584b740 authored by Ezio Melotti on 21 February 2012, 07:22:16 UTC
HTMLParser is now able to handle slashes in the start tag.
Tip revision: 36b7361
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