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 ronaldoussoren
Recipients fcurella, mark.dickinson, ronaldoussoren
Date 2018-10-30.15:48:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540914520.13.0.788709270274.issue35115@psf.upfronthosting.co.za>
In-reply-to
Content
IMHO implementing "__index__" for UUID would not the correct solution. That method is meant be used by integer-like objects. One of the side effects of implementing "__index__" is that indexing lists with UUID instances would start to work, which is IMHO not correct.
History
Date User Action Args
2018-10-30 15:48:40ronaldoussorensetrecipients: + ronaldoussoren, mark.dickinson, fcurella
2018-10-30 15:48:40ronaldoussorensetmessageid: <1540914520.13.0.788709270274.issue35115@psf.upfronthosting.co.za>
2018-10-30 15:48:40ronaldoussorenlinkissue35115 messages
2018-10-30 15:48:40ronaldoussorencreate