Staging
v0.5.1
https://github.com/python/cpython
Revision 75930f85df76472686a8c4eb587a2a70562f61fe authored by Gregory P. Smith on 03 May 2009, 19:38:29 UTC, committed by Gregory P. Smith on 03 May 2009, 19:38:29 UTC
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72241 | gregory.p.smith | 2009-05-03 12:37:05 -0700 (Sun, 03 May 2009) | 3 lines

  Optimization: move RFC defined network constant construction out of
  the is_*() methods and into module private instances.
........
1 parent 297c9fb
Raw File
Tip revision: 75930f85df76472686a8c4eb587a2a70562f61fe authored by Gregory P. Smith on 03 May 2009, 19:38:29 UTC
Merged revisions 72241 via svnmerge from
Tip revision: 75930f8
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