Staging
v0.5.1
https://github.com/python/cpython
Revision 991f9202bede42b033e499525755daed4a1c07be authored by Georg Brandl on 05 May 2009, 08:31:54 UTC, committed by Georg Brandl on 05 May 2009, 08:31:54 UTC
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72319 | georg.brandl | 2009-05-05 10:28:49 +0200 (Di, 05 Mai 2009) | 1 line

  #1309567: fix linecache behavior of stripping subdirectories from paths when looking for relative filename matches. Also add a linecache test suite.
........
  r72320 | georg.brandl | 2009-05-05 10:30:28 +0200 (Di, 05 Mai 2009) | 1 line

  Add a news entry for r72319.
........
1 parent eaa84ef
Raw File
Tip revision: 991f9202bede42b033e499525755daed4a1c07be authored by Georg Brandl on 05 May 2009, 08:31:54 UTC
Merged revisions 72319-72320 via svnmerge from
Tip revision: 991f920
icons.mak
python_icon.exe:	py.res empty.obj
	link /out:python_icon.exe /machine:x86 /subsystem:windows py.res empty.obj

py.res:	py.ico pyc.ico pycon.ico icons.rc
	rc /fo py.res icons.rc

empty.obj:	empty.c
	cl /c empty.c

back to top