[issue34155] email.utils.parseaddr mistakenly parse an email

2019-04-26 Thread Jamesie Pic
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

[issue6144] [IDLE] UnicodeDecodeError when invoking force-open-completions

2009-05-29 Thread jamesie
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()

[issue6092] Changed Shortcuts don't show up in menu

2009-05-29 Thread jamesie
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.

[issue6092] Changed Shortcuts don't show up in menu

2009-05-22 Thread jamesie
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

[issue4107] Backticks still mentioned in documentation

2008-10-12 Thread jamesie
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