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 vstinner
Recipients mark.dickinson, martin.panter, meador.inge, palaviv, rhettinger, serhiy.storchaka, vstinner
Date 2017-04-21.23:37:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492817842.15.0.725433206144.issue29903@psf.upfronthosting.co.za>
In-reply-to
Content
I dislike this feature. I reject it: Serhiy, Raymond and me dislike it.

I never needed this feature and a correct implementation can be very complex if you have to take care of endian, alignement, etc. It's trivial to implement you own add using the format attribute if you want the simple implementation format1+format2.
History
Date User Action Args
2017-04-21 23:37:22vstinnersetrecipients: + vstinner, rhettinger, mark.dickinson, meador.inge, martin.panter, serhiy.storchaka, palaviv
2017-04-21 23:37:22vstinnersetmessageid: <1492817842.15.0.725433206144.issue29903@psf.upfronthosting.co.za>
2017-04-21 23:37:22vstinnerlinkissue29903 messages
2017-04-21 23:37:22vstinnercreate