Staging
v0.5.1
https://github.com/python/cpython
Revision 651e6b5d4980aa3706b133a6de5114b312718eae authored by Éric Araujo on 06 November 2010, 15:37:39 UTC, committed by Éric Araujo on 06 November 2010, 15:37:39 UTC
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86271 | eric.araujo | 2010-11-06 16:01:07 +0100 (sam., 06 nov. 2010) | 2 lines

  Add missing NEWS entries for some of my commits.
........
1 parent e022484
Raw File
Tip revision: 651e6b5d4980aa3706b133a6de5114b312718eae authored by Éric Araujo on 06 November 2010, 15:37:39 UTC
Merged revisions 86271 via svnmerge from
Tip revision: 651e6b5
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