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.

Author skomoroh
Recipients skomoroh
Date 2008-09-04.13:19:14
SpamBayes Score 0.011039796
Marked as misclassified No
Message-id <1220534371.28.0.918007681781.issue3774@psf.upfronthosting.co.za>
In-reply-to
Content
When I create a menu item without command and them remove it, I have a
error:
  File "/usr/local/lib/python3.0/tkinter/__init__.py", line 2661, in delete
    if c in self._tclCommands:
TypeError: argument of type 'NoneType' is not iterable
History
Date User Action Args
2008-09-04 13:19:31skomorohsetrecipients: + skomoroh
2008-09-04 13:19:31skomorohsetmessageid: <1220534371.28.0.918007681781.issue3774@psf.upfronthosting.co.za>
2008-09-04 13:19:15skomorohlinkissue3774 messages
2008-09-04 13:19:14skomorohcreate