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.
Created on 2017年05月10日 14:58 by Jensen Taylor, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg293424 - (view) | Author: Jensen Taylor (Jensen Taylor) * | Date: 2017年05月10日 15:00 | |
Things like PermissionError and FileNotFoundError that come under IOError, or OSError in Python 3.7 |
|||
| msg293444 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2017年05月10日 17:27 | |
You neglected to say which version of Python you used. 2.7? 3.2? When I type the following in 3.5+ on Win10, >>> IOError, KeyError, PermissionError, int, list, FileNotFoundError all the names have the same builtins highlight. In 2.7 (and early 3.x), PermissionError and FileNotFoundError did not exist as builtins and should not get the hightlight. |
|||
| msg293445 - (view) | Author: Jensen Taylor (Jensen Taylor) * | Date: 2017年05月10日 17:30 | |
I found this bug in python 3.4.1 and I believeit was a problem in 3.5.2 |
|||
| msg293448 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2017年05月10日 18:27 | |
3.4 only gets security fixes. There is no problem for me in 3.5.3. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:46 | admin | set | github: 74517 |
| 2017年05月14日 21:24:08 | terry.reedy | set | type: behavior versions: + Python 3.6, Python 3.7, - Python 3.4, Python 3.5 |
| 2017年05月10日 18:27:15 | terry.reedy | set | status: open -> closed versions: - Python 3.6, Python 3.7 messages: + msg293448 resolution: out of date stage: resolved |
| 2017年05月10日 17:30:44 | Jensen Taylor | set | messages:
+ msg293445 versions: + Python 3.4, Python 3.5 |
| 2017年05月10日 17:27:20 | terry.reedy | set | messages:
+ msg293444 versions: - Python 2.7, Python 3.3, Python 3.4, Python 3.5 |
| 2017年05月10日 15:00:40 | Jensen Taylor | set | assignee: terry.reedy components: + IDLE, Windows versions: + Python 2.7, Python 3.3, Python 3.4, Python 3.5, Python 3.6, Python 3.7 nosy: + terry.reedy, paul.moore, tim.golden, zach.ware, steve.dower title: Errors that aren't actually definde -> Errors that aren't actually defined are purple in the IDLE messages: + msg293424 |
| 2017年05月10日 14:58:51 | Jensen Taylor | create | |