]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport of 1.45 and 1.46:
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 3 Jun 2004 21:36:58 +0000 (21:36 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 3 Jun 2004 21:36:58 +0000 (21:36 +0000)
commit6895ea7205c72087967f61cd76fb87096cbf2d0f
tree3ef46603a35ba871b6cedb9489de3651a1d55fb7
parentfb48f1616761d8d1d34fff888d896a967547c6f6
Backport of 1.45 and 1.46:
- Replace backticks with repr() or "%r"
- Fix for #862941: "run with commandline python" crashed. Fixed.
- Prefer to use pythonw (if it exists) for "run with commandline python".
Mac/Tools/IDE/PyEdit.py