Jamesie Pic added the comment:
Given the situation, could raising a SecurityWarning and a DeprecationWarning
fix this issue ?
--
nosy: +Jamesie Pic
___
Python tracker
<https://bugs.python.org/issue34
New submission from jamesie :
IDLE 3.1b1 crashes when I press Control-SPACE in order to invoke Show
Completions from the Edit submenu. When I run that funtionality from the
menu it works ok.
Traceback (most recent call last):
File "/usr/local/bin/idle3", line 5, in
main()
jamesie added the comment:
At least for Run in the main menu the changed shortcut shows up after a
restart of IDLE. Nevertheless in the Options dialog the string "F5"
seems to be hard coded.
--
___
Python tracker
<http://bugs.python.
New submission from jamesie :
After having changed the key binding for run-module to C-r it still says
F5 in the menu and in the general section of configuration.
Check Module has the same behaviour.
Seen with Debian Lenny's IDLE 1.2.2 on Python 2.5.2 and with IDLE 3.1b1
on Python
New submission from jamesie <[EMAIL PROTECTED]>:
At
<http://docs.python.org/dev/3.0/reference/datamodel.html#object.__repr__> the
following part of the first sentence should be ommited:
"and by string conversions (reverse quotes)"
--
assignee: georg.brandl
com