Staging
v0.5.1
https://github.com/python/cpython
Revision 7bc66b10099552dae79fab232ea643296e10876e authored by Eric Smith on 27 July 2009, 02:12:11 UTC, committed by Eric Smith on 27 July 2009, 02:12:11 UTC
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r74222 | eric.smith | 2009-07-26 22:10:42 -0400 (Sun, 26 Jul 2009) | 1 line

  Sync trunk and py3k versions of string formatting. Manual merge of r74219.
........
1 parent e54b219
Raw File
Tip revision: 7bc66b10099552dae79fab232ea643296e10876e authored by Eric Smith on 27 July 2009, 02:12:11 UTC
Merged revisions 74222 via svnmerge from
Tip revision: 7bc66b1
pynche.pyw
#! /usr/bin/env python

"""Run this file under Windows to inhibit the console window.
Run the file pynche.py under Unix or when debugging under Windows.
"""
import Main
Main.main()
back to top