Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 2972bdebcdd0079948fa0ee07a17e32a59f0d237 authored by Barry Warsaw on 07 October 2002, 17:05:28 UTC
openfile(): Go back to opening the files in text mode. This undoes
Tip revision: 2972bde
pynche
#! /usr/bin/env python

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