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 python-dev
Recipients JelleZijlstra, brett.cannon, martin.panter, python-dev, serhiy.storchaka, terry.reedy
Date 2016-06-14.19:54:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160614195408.87428.15318.1A9E8CFF@psf.io>
In-reply-to
Content
New changeset 78e5efa3dd9e by Serhiy Storchaka in branch '3.5':
Issue #27238: Got rid of bare excepts in the turtle module.  Original patch
https://hg.python.org/cpython/rev/78e5efa3dd9e

New changeset e9d023b7d676 by Serhiy Storchaka in branch '2.7':
Issue #27238: Got rid of bare excepts in the turtle module.  Original patch
https://hg.python.org/cpython/rev/e9d023b7d676

New changeset cd68cf41adf2 by Serhiy Storchaka in branch 'default':
Issue #27238: Got rid of bare excepts in the turtle module.  Original patch
https://hg.python.org/cpython/rev/cd68cf41adf2
History
Date User Action Args
2016-06-14 19:54:31python-devsetrecipients: + python-dev, brett.cannon, terry.reedy, martin.panter, serhiy.storchaka, JelleZijlstra
2016-06-14 19:54:30python-devlinkissue27238 messages
2016-06-14 19:54:30python-devcreate