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 2012年02月23日 02:41 by guxianminer, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg154037 - (view) | Author: wang (guxianminer) | Date: 2012年02月23日 02:41 | |
paltform is windows. generate this bug: within IDLE edtor. first select some text. second press down the shift key. third press the end key. fourth press the home key. last IDLE quit with no message and document with no save. |
|||
| msg154038 - (view) | Author: Éric Araujo (eric.araujo) * (Python committer) | Date: 2012年02月23日 02:45 | |
Thanks for the report. Python 3.1 only gets fixes for security bugs now, could you try to reproduce your bug with Python 2.7, 3.2 or 3.3? |
|||
| msg154039 - (view) | Author: Ezio Melotti (ezio.melotti) * (Python committer) | Date: 2012年02月23日 02:52 | |
I tried to reproduce it on 3.1 and 3.2 but it worked fine here (WinXP). This is what I did: 1) open IDLE; 2) file --> new window; 3) write some text; 4) select with the mouse some text; 5) press shift and keep it pressed; 6) press end; 7) press home; 8) release shift; I also tried in the "Python Shell" and releasing shift before pressing end and home, but I got the same result. Shift+end highlights till the end of the line, shift+home till the beginning. |
|||
| msg154042 - (view) | Author: wang (guxianminer) | Date: 2012年02月23日 02:59 | |
thanks. new version 3.2.2 have not this problem. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:27 | admin | set | github: 58304 |
| 2012年02月23日 03:02:33 | eric.araujo | set | stage: resolved |
| 2012年02月23日 02:59:34 | guxianminer | set | status: open -> closed resolution: fixed messages: + msg154042 |
| 2012年02月23日 02:52:23 | ezio.melotti | set | versions:
+ Python 3.1 nosy: + terry.reedy, ezio.melotti messages: + msg154039 type: behavior -> crash |
| 2012年02月23日 02:45:11 | eric.araujo | set | nosy:
+ eric.araujo title: Python 3.1 IDLE has a bug.Can fix it? -> IDLE quits unexpectedly when some keys are pressed messages: + msg154038 versions: - Python 3.1 type: crash -> behavior |
| 2012年02月23日 02:41:31 | guxianminer | create | |