Staging
v0.5.1
https://github.com/python/cpython
Revision 004f3dcaa50e21564527ea93e5f3c14fa133972c authored by Benjamin Peterson on 06 February 2010, 19:16:33 UTC, committed by Benjamin Peterson on 06 February 2010, 19:16:33 UTC
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r68805 | benjamin.peterson | 2009-01-20 08:21:16 -0600 (Tue, 20 Jan 2009) | 1 line

  allow unicode keyword arguments for the ** syntax #4978
........
1 parent c54b621
Raw File
Tip revision: 004f3dcaa50e21564527ea93e5f3c14fa133972c authored by Benjamin Peterson on 06 February 2010, 19:16:33 UTC
Merged revisions 68805 via svnmerge from
Tip revision: 004f3dc
sqlite3.vsprops
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="sqlite3"
	InheritedPropertySheets=".\pyproject.vsprops"
	>
	<Tool
		Name="VCCLCompilerTool"
		AdditionalIncludeDirectories="$(sqlite3Dir)"
		PreprocessorDefinitions="SQLITE_API=__declspec(dllexport)"
		WarningLevel="1"
	/>
</VisualStudioPropertySheet>
back to top