GNOME Bugzilla – Bug 361814
python: tuple assignment not recognized as variable initialization
Last modified: 2015-12-30 10:19:31 UTC
the common python idiom: (MyEvent, EVT_MINE) = wx.lib.newevent.NewEvent() which assigns values to the two variables to the left is not recognized.
Can you please attach an example where this contruct causes a problem?
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for. Thanks!
uh... that WAS an example.
I've just pushed a proposed patch to github (pull request 431)
Changes have been integrated in github master version
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.11. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant (preferably in the form of a self-contained example).