Staging
v0.5.1
https://github.com/python/cpython
Revision 3dffcd1a72d61b2f9fafac77734db84a55605a84 authored by Brett Cannon on 05 September 2008, 03:52:59 UTC, committed by Brett Cannon on 05 September 2008, 03:52:59 UTC
1 parent 15ad6c0
Raw File
Tip revision: 3dffcd1a72d61b2f9fafac77734db84a55605a84 authored by Brett Cannon on 05 September 2008, 03:52:59 UTC
Make it more obvious that warnings.catch_warnings() and its arguments should be considered keyword-only.
Tip revision: 3dffcd1
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