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.

Author terry.reedy
Recipients Saimadhav.Heblikar, Todd.Rovito, bagratte, edmond.burnett, eric.araujo, ezio.melotti, python-dev, rhettinger, roger.serwy, terry.reedy, westley.martinez
Date 2014-07-14.22:32:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405377152.59.0.307505851215.issue17390@psf.upfronthosting.co.za>
In-reply-to
Content
I agree that the repeated 'Python x.y.z: " in the listing is too much.  #21588 has a patch but I am not ready to push it or do the review and revision needed . So I propose to reduce the current prefix to the minimum needed to know what version F5 will run the file with, x.y with minimal dressing, and put it in the middle or at the end. Your example Windows listing would then look like

  *Python 2.7.7 Shell*
  demo.py (2.7) /Users/raymond/class/demo.py
  download.py (2.7) /Users/raymond/class/download.py
or
  *Python 2.7.7 Shell*
  demo.py - /Users/raymond/class/demo.py (2.7)
  download.py - /Users/raymond/class/download.py (2.7)
or
  *Python 2.7.7 Shell*
  demo.py - /Users/raymond/class/demo.py | 2.7
  download.py - /Users/raymond/class/download.py | 2.7

Which do you like best?  I am trying out the second one in my 3.4 installation, and will switch to the third later.
History
Date User Action Args
2014-07-14 22:32:32terry.reedysetrecipients: + terry.reedy, rhettinger, ezio.melotti, roger.serwy, eric.araujo, Todd.Rovito, westley.martinez, python-dev, bagratte, edmond.burnett, Saimadhav.Heblikar
2014-07-14 22:32:32terry.reedysetmessageid: <1405377152.59.0.307505851215.issue17390@psf.upfronthosting.co.za>
2014-07-14 22:32:32terry.reedylinkissue17390 messages
2014-07-14 22:32:32terry.reedycreate