This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Tools/scripts/gprof2html.py: `#! /usr/bin/env python32.3`
Type: Stage: resolved
Components: Demos and Tools Versions: Python 3.3, Python 3.4, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: C.Anthony.Risinger, ned.deily, python-dev
Priority: normal Keywords:

Created on 2013-04-20 07:21 by C.Anthony.Risinger, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg187411 - (view) Author: C Anthony Risinger (C.Anthony.Risinger) Date: 2013-04-20 07:21
http://hg.python.org/cpython/file/d499189e7758/Tools/scripts/gprof2html.py#l1

...should be self explanatory.

i didn't run into this myself, but i saw that the Archlinux package was fixing it via `sed`, without the customary link to upstream... so here it is ;)
msg187459 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-04-20 21:08
New changeset 0c308d65d7bc by Ned Deily in branch '2.7':
Issue #17801: fix shebang line of gprof2html.py
http://hg.python.org/cpython/rev/0c308d65d7bc

New changeset 354e4d096c34 by Ned Deily in branch '3.3':
Issue #17801: fix shebang line of gprof2html.py
http://hg.python.org/cpython/rev/354e4d096c34

New changeset 47f392d6547d by Ned Deily in branch 'default':
Issue #17801: fix shebang line of gprof2html.py
http://hg.python.org/cpython/rev/47f392d6547d
msg187460 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2013-04-20 21:10
Thanks for the report!
History
Date User Action Args
2022-04-11 14:57:44adminsetgithub: 62001
2013-04-20 21:10:02ned.deilysetstatus: open -> closed

versions: - Python 2.6, Python 3.1, Python 3.2, Python 3.5
nosy: + ned.deily

messages: + msg187460
resolution: fixed
stage: resolved
2013-04-20 21:08:48python-devsetnosy: + python-dev
messages: + msg187459
2013-04-20 07:21:11C.Anthony.Risingercreate