Staging
v0.5.1
https://github.com/python/cpython
Revision 87d86e09b5ef3fc7e007c8a6f5f0bc54e003b089 authored by Brian Curtin on 01 November 2010, 05:15:55 UTC, committed by Brian Curtin on 01 November 2010, 05:15:55 UTC
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86077 | brian.curtin | 2010-11-01 00:10:44 -0500 (Mon, 01 Nov 2010) | 3 lines

  Fix some ResourceErrors.
  Use a context manager for os.popen and explicitly close a socket.
........
1 parent 75fed81
Raw File
Tip revision: 87d86e09b5ef3fc7e007c8a6f5f0bc54e003b089 authored by Brian Curtin on 01 November 2010, 05:15:55 UTC
Merged revisions 86077 via svnmerge from
Tip revision: 87d86e0
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