Staging
v0.8.1
Revision e7a4bb554edb72fc6619d23241d59162d06f249a authored by Serhiy Storchaka on 19 February 2019, 06:30:15 UTC, committed by GitHub on 19 February 2019, 06:30:15 UTC
It checks that a SyntaxWarning is raised when compile specified
statement, that it is raised only once, that it is converted to
a SyntaxError when raised as exception, and that both warning and
exception objects have corresponding attributes.
1 parent ee0f927
Raw File
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