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 Ramchandra Apte, ezio.melotti, georg.brandl, neologix, pitrou, r.david.murray, reingart, terry.reedy
Date 2012-10-31.20:03:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351713799.13.0.750793356566.issue16344@psf.upfronthosting.co.za>
In-reply-to
Content
What Ezio suggested, plus maybe the error name -- but people must learn those to write exception statements, and a translation of the exceptions section of the lib manual is really needed to understand them.

The boilerplate lines "Traceback (most recent call last):" and "File {}, line {}, in {}" can be learned" (or even translated, though 'traceback', 'call', 'file', 'line', and 'in' pretty much need to be learned anyway).

Once a hook is added and a file format is defined, if such are, then I think core-developer responsibility ends and language-specific files should be on pypi and maintained by language-specific groups.
History
Date User Action Args
2012-10-31 20:03:19terry.reedysetrecipients: + terry.reedy, georg.brandl, pitrou, ezio.melotti, r.david.murray, neologix, Ramchandra Apte, reingart
2012-10-31 20:03:19terry.reedysetmessageid: <1351713799.13.0.750793356566.issue16344@psf.upfronthosting.co.za>
2012-10-31 20:03:19terry.reedylinkissue16344 messages
2012-10-31 20:03:19terry.reedycreate