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.15:39:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635953986.64.0.0265233730927.issue45704@roundup.psfhosted.org>
In-reply-to
Content
Yes it should return a string containing the index of the positional argument i.e. `"0"` so that it is compatible with `.get_field()`. Side note: It's a somewhat weird that `.get_field` expects a string while `.get_value` expects an int for positional arguments.
History
Date User Action Args
2021-11-03 15:39:46SDeschsetrecipients: + SDesch, eric.smith
2021-11-03 15:39:46SDeschsetmessageid: <1635953986.64.0.0265233730927.issue45704@roundup.psfhosted.org>
2021-11-03 15:39:46SDeschlinkissue45704 messages
2021-11-03 15:39:46SDeschcreate