Staging
v0.5.1
https://github.com/python/cpython
Revision 43898b4f642acf182242744181143141228ca56e authored by Tim Peters on 14 June 2006, 04:09:25 UTC, committed by Tim Peters on 14 June 2006, 04:09:25 UTC
adjacent triples in the result list describe non-adjacent matching
blocks.  That's _nice_ to have, and Guido said he wanted it.

Not a bugfix candidate:  Guido or not ;-), this changes visible
endcase semantics (note that some tests had to change), and
nothing about this was documented before.  Since it was working
as designed, and behavior was consistent with the docs, it wasn't
"a bug".
1 parent 5d7c290
Raw File
Tip revision: 43898b4f642acf182242744181143141228ca56e authored by Tim Peters on 14 June 2006, 04:09:25 UTC
SequenceMatcher.get_matching_blocks(): This now guarantees that
Tip revision: 43898b4
_ssl.vcproj
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="8,00"
	Name="_ssl"
	ProjectGUID="{8E85BA54-8A47-4C8B-B72E-8E17579CC6D7}"
	RootNamespace="_ssl"
	Keyword="MakeFileProj"
	>
	<Platforms>
		<Platform
			Name="Win32"
		/>
	</Platforms>
	<ToolFiles>
	</ToolFiles>
	<Configurations>
		<Configuration
			Name="Release|Win32"
			OutputDirectory=".\."
			IntermediateDirectory=".\x86-temp-release\_ssl"
			ConfigurationType="0"
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="false"
			>
			<Tool
				Name="VCNMakeTool"
				BuildCommandLine="python build_ssl.py"
				ReBuildCommandLine="python build_ssl.py -a"
				CleanCommandLine="echo Nothing to do"
				Output="_ssl.pyd"
				PreprocessorDefinitions=""
				IncludeSearchPath=""
				ForcedIncludes=""
				AssemblySearchPath=""
				ForcedUsingAssemblies=""
				CompileAsManaged=""
			/>
		</Configuration>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory=".\."
			IntermediateDirectory=".\x86-temp-debug\_ssl"
			ConfigurationType="0"
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="false"
			>
			<Tool
				Name="VCNMakeTool"
				BuildCommandLine="python_d -u build_ssl.py -d"
				ReBuildCommandLine="python_d -u build_ssl.py -d -a"
				CleanCommandLine="echo Nothing to do"
				Output="_ssl_d.pyd"
				PreprocessorDefinitions=""
				IncludeSearchPath=""
				ForcedIncludes=""
				AssemblySearchPath=""
				ForcedUsingAssemblies=""
				CompileAsManaged=""
			/>
		</Configuration>
		<Configuration
			Name="ReleaseItanium|Win32"
			OutputDirectory="./."
			IntermediateDirectory=".\ia64-temp-release\_ssl"
			ConfigurationType="0"
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="false"
			>
			<Tool
				Name="VCNMakeTool"
				BuildCommandLine="python build_ssl.py"
				ReBuildCommandLine="python build_ssl.py -a"
				CleanCommandLine=""
				Output="_ssl.pyd"
				PreprocessorDefinitions=""
				IncludeSearchPath=""
				ForcedIncludes=""
				AssemblySearchPath=""
				ForcedUsingAssemblies=""
				CompileAsManaged=""
			/>
		</Configuration>
		<Configuration
			Name="ReleaseAMD64|Win32"
			OutputDirectory="."
			IntermediateDirectory="amd64-temp-release\_ssl"
			ConfigurationType="0"
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="false"
			>
			<Tool
				Name="VCNMakeTool"
				BuildCommandLine="python build_ssl.py"
				ReBuildCommandLine="python build_ssl.py -a"
				CleanCommandLine=""
				Output="_ssl.pyd"
				PreprocessorDefinitions=""
				IncludeSearchPath=""
				ForcedIncludes=""
				AssemblySearchPath=""
				ForcedUsingAssemblies=""
				CompileAsManaged=""
			/>
		</Configuration>
	</Configurations>
	<References>
	</References>
	<Files>
		<File
			RelativePath="..\Modules\_ssl.c"
			>
		</File>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>
back to top