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 mkiever
Recipients
Date 2007-01-19.18:35:29
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
There is a simple workaround: use itemcget.

The error applies to other options as well:
  dash, activedash, disableddash, tags, arrowshape, font
These options also may contain a space in their value.
I collected this information from 'man n Canvas' from Tk 8.4.6
I hope I didn't miss any.

BTW the itemconfigure document string is broken.

Greetings,
Matthias Kievernagel
History
Date User Action Args
2008-01-20 09:59:07adminlinkissue1602742 messages
2008-01-20 09:59:07admincreate