Staging
v0.5.1
https://github.com/python/cpython
Revision 502f8eb50b2e2968534da6cdfafb563615cc5798 authored by Ezio Melotti on 20 February 2010, 09:16:04 UTC, committed by Ezio Melotti on 20 February 2010, 09:16:04 UTC
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78247 | ezio.melotti | 2010-02-20 10:09:39 +0200 (Sat, 20 Feb 2010) | 1 line

  #3426: os.path.abspath now returns unicode when its arg is unicode.
........
1 parent aaa210e
Raw File
Tip revision: 502f8eb50b2e2968534da6cdfafb563615cc5798 authored by Ezio Melotti on 20 February 2010, 09:16:04 UTC
Merged revisions 78247 via svnmerge from
Tip revision: 502f8eb
release.vsprops
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="release"
	>
	<Tool
		Name="VCCLCompilerTool"
		PreprocessorDefinitions="NDEBUG"
	/>
	<UserMacro
		Name="KillPythonExe"
		Value="$(OutDir)\kill_python.exe"
	/>	
</VisualStudioPropertySheet>
back to top