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 SDesch
Recipients SDesch, eric.smith
Date 2021-11-03.18:00:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635962437.99.0.568823943875.issue45704@roundup.psfhosted.org>
In-reply-to
Content
Another thing that occurred to me is the question of what `.parse()` should do when a mix of auto-numbered and manually numbered fields is supplied e.g. `{}{1}`. As of now `.parse()` happily processes such inputs and some other piece of code deals with this and ultimately raises an exception that mixing manual with automatic numbering is not allowed. If `.parse()` supported automatic numbering it would have to be aware of this too I guess?
History
Date User Action Args
2021-11-03 18:00:38SDeschsetrecipients: + SDesch, eric.smith
2021-11-03 18:00:37SDeschsetmessageid: <1635962437.99.0.568823943875.issue45704@roundup.psfhosted.org>
2021-11-03 18:00:37SDeschlinkissue45704 messages
2021-11-03 18:00:37SDeschcreate