[issue3774] tkinter Menu.delete bug

2008-09-12 Thread skomoroh
skomoroh [EMAIL PROTECTED] added the comment: Seems I found the bug. I've attached the patch for current py3k-trunk. Added file: http://bugs.python.org/file11477/menu_fix.patch ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3774

[issue3800] Fix for formatter.py

2008-09-07 Thread skomoroh
New submission from skomoroh [EMAIL PROTECTED]: Code: import formatter w = formatter.DumbWriter() f = formatter.AbstractFormatter(w) f.push_margin('dd') f.pop_margin() Result: Traceback (most recent call last): File formatter_test.py, line 7, in module f.push_margin('dd') File /usr