Staging
v0.8.1
https://github.com/python/cpython
Revision 2b4857379412492b9a830d75cb289ec74188e530 authored by Benjamin Peterson on 06 April 2009, 22:11:57 UTC, committed by Benjamin Peterson on 06 April 2009, 22:11:57 UTC
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71329 | benjamin.peterson | 2009-04-06 16:53:33 -0500 (Mon, 06 Apr 2009) | 1 line

  add create_connection to __all__ #5711
........
1 parent dd7b630
Raw File
Tip revision: 2b4857379412492b9a830d75cb289ec74188e530 authored by Benjamin Peterson on 06 April 2009, 22:11:57 UTC
Merged revisions 71329 via svnmerge from
Tip revision: 2b48573
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