Staging
v0.8.1
https://github.com/python/cpython
Revision 5397e862e2bae29b278cf8756761764e06441db4 authored by R. David Murray on 02 October 2010, 15:58:26 UTC, committed by R. David Murray on 02 October 2010, 15:58:26 UTC
Also made the doc string for email._parseaddr's 'quote' function more
accurate; I'd love to make the function match the old docstring instead,
but other code uses it according the existing semantics.
1 parent 8f7bcb3
Raw File
Tip revision: 5397e862e2bae29b278cf8756761764e06441db4 authored by R. David Murray on 02 October 2010, 15:58:26 UTC
#1050268: make parseaddr 'quote' the contents of quoted strings in addresses.
Tip revision: 5397e86
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