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 serhiy.storchaka
Recipients godot_gildor, mivade, python-dev, serhiy.storchaka, vinay.sajip
Date 2020-07-04.21:32:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593898347.27.0.768671601393.issue41177@roundup.psfhosted.org>
In-reply-to
Content
If you are going to make them public general purpose classes you need to implement also support of slices, __reversed__(), index(), remove(), count(), sort(), copy() in ConvertingList and more methods in ConvertingTuple, and ConvertingDict.

If it is not goal then I think that no any changes are needed. If they are internal classes they needed only features which are used internally by the module code.
History
Date User Action Args
2020-07-04 21:32:27serhiy.storchakasetrecipients: + serhiy.storchaka, vinay.sajip, python-dev, mivade, godot_gildor
2020-07-04 21:32:27serhiy.storchakasetmessageid: <1593898347.27.0.768671601393.issue41177@roundup.psfhosted.org>
2020-07-04 21:32:27serhiy.storchakalinkissue41177 messages
2020-07-04 21:32:27serhiy.storchakacreate