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 rhettinger
Recipients matrixise, pitrou, rhettinger, vstinner
Date 2014-04-17.03:02:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397703743.95.0.514758816679.issue21259@psf.upfronthosting.co.za>
In-reply-to
Content
Several areas for attention:
* Changes to the test suite probably should not be made
  The user doesn't benefit in any way and you risk
  unintentionally breaking the test suite in a way that
  isn't obvious (we have no tests for the tests themselves
  so changing tests is like refactoring without a safety net).
* Some of the exception handling in IDLE needs to catch
  all exceptions (i.e. SystemExit and KeyboardInterrupt
  are supposed to display tracebacks and not terminate
  IDLE itself).
* Changing the exceptions in threading.py is worrisome.
* The Pdb debugger may have legitimate reasons to catch
  all exceptions (like IDLE, we want don't want to 
  terminate the debugger itself).

In other words, many of the proposed changes should not
be made.  

For the rest, be careful to not change semantics
unintentionally and consider adding tests if you think
there is a real bug.   In cases where there is doubt
about the right thing to do, consider assigning the
original author or maintainer of the code.
History
Date User Action Args
2014-04-17 03:02:23rhettingersetrecipients: + rhettinger, pitrou, vstinner, matrixise
2014-04-17 03:02:23rhettingersetmessageid: <1397703743.95.0.514758816679.issue21259@psf.upfronthosting.co.za>
2014-04-17 03:02:23rhettingerlinkissue21259 messages
2014-04-17 03:02:23rhettingercreate
Morty Proxy This is a proxified and sanitized view of the page, visit original site.