Staging
v0.5.1
https://github.com/python/cpython
Revision 427f6ca969cbc0cb506af69e38da34f25da858a8 authored by Anthony Baxter on 01 November 2006, 07:07:27 UTC, committed by Anthony Baxter on 01 November 2006, 07:07:27 UTC
1 parent 5c099d7
Raw File
Tip revision: 427f6ca969cbc0cb506af69e38da34f25da858a8 authored by Anthony Baxter on 01 November 2006, 07:07:27 UTC
update patchlevel.h correctly, this time
Tip revision: 427f6ca
Insert file name...
import macfs

fss, ok = macfs.StandardGetFile()
if ok:
	import W
	W.FrontWindowInsert('"%s"' % fss.as_pathname())
back to top