]> granicus.if.org Git - python/commit
Allow file without filetype as long as they end in ".py".
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 29 Mar 2002 21:23:47 +0000 (21:23 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 29 Mar 2002 21:23:47 +0000 (21:23 +0000)
commite0ba087d4476c43dd91cdf7779f3eea27c70bc12
tree42dcba81896f485d328f26679a5a8378117064dd
parentb2e33fe285a1f998f477202e9379a39488ea518b
Allow file without filetype as long as they end in ".py".

Added a -D flag (can really only be specified on OSX commandline) to not
revector sys.stderr, for debugging the IDE itself. Not sure whether
this should stay.
Mac/Tools/IDE/PythonIDEMain.py