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 paul.j3
Recipients docs@python, paul.j3
Date 2014-09-17.07:03:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410937396.98.0.462407509287.issue22401@psf.upfronthosting.co.za>
In-reply-to
Content
'sample3.py' contains a '_handle_conflict_parent' function.

With the help of a change in '_add_container_actions' it determines whether a conflicting action occurs in multiple parsers (and argument_groups).  If it does, it deletes it from the correct group, without altering either the action, or other parsers.

If the action occurs in only 1 group, then the 'resolve' method is used.

The testing script mixes parents, subparsers, and various conflicts.
History
Date User Action Args
2014-09-17 07:03:17paul.j3setrecipients: + paul.j3, docs@python
2014-09-17 07:03:16paul.j3setmessageid: <1410937396.98.0.462407509287.issue22401@psf.upfronthosting.co.za>
2014-09-17 07:03:16paul.j3linkissue22401 messages
2014-09-17 07:03:16paul.j3create