Confusing comment in ActionManager regarding the "additions" group.
Open
- Dominant language
- Python
- Stars
- 115
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
The `ActionManager` source says:
https://github.com/enthought/pyface/blob/b3e80908d39018cd7b1c75b7869ecbc182c5a21f/pyface/action/action_manager.py#L97
This doesn't appear to be true in practice, since calling `append` on an `ActionManager` appends to the end of the list, after the `additions` group. It's not clear to me whether this matters.
Also seen in this file is the following good question:
https://github.com/enthought/pyface/blob/b3e80908d39018cd7b1c75b7869ecbc182c5a21f/pyface/action/action_manager.py#L99-L100
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.