Staging
v0.8.1
https://github.com/python/cpython
Revision f613f352d05cafbec6c4524c67f3eed00a0c4857 authored by Ezio Melotti on 02 August 2010, 18:10:09 UTC, committed by Ezio Melotti on 02 August 2010, 18:10:09 UTC
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78758 | florent.xicluna | 2010-03-07 14:18:33 +0200 (Sun, 07 Mar 2010) | 4 lines

  Issue #7849: Now the utility ``check_warnings`` verifies if the warnings are
  effectively raised.  A new utility ``check_py3k_warnings`` deals with py3k warnings.
........
1 parent 800a354
Raw File
Tip revision: f613f352d05cafbec6c4524c67f3eed00a0c4857 authored by Ezio Melotti on 02 August 2010, 18:10:09 UTC
Merged revisions 78758 via svnmerge from
Tip revision: f613f35
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