Staging
v0.5.1
https://github.com/python/cpython
Revision 57f936ecdea75cfa1a7edee72fbca41b7d814796 authored by Georg Brandl on 12 October 2013, 16:19:33 UTC, committed by Georg Brandl on 12 October 2013, 16:19:33 UTC
1 parent d8ede4f
Raw File
Tip revision: 57f936ecdea75cfa1a7edee72fbca41b7d814796 authored by Georg Brandl on 12 October 2013, 16:19:33 UTC
Closes #19179: make table of XML vulnerabilities clearer by using "everyday" booleans and explaining the table beforehand.
Tip revision: 57f936e
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