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 gvanrossum
Recipients eric.smith, gvanrossum, levkivskyi, Евгений Махмудов
Date 2018-03-15.23:03:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJ+tHZUmRooydCvSSGMKDFQm3O+vS1hfuCNU=HBB7X_6ag@mail.gmail.com>
In-reply-to <1521153413.95.0.467229070634.issue33077@psf.upfronthosting.co.za>
Content
I wonder if it's too late to conclude that NamedTuple in this context
should have been a class decorator rather than a base class. With a class
decorator it's more understandable that the effect doesn't automatically
apply to subclasses.
History
Date User Action Args
2018-03-15 23:03:19gvanrossumsetrecipients: + gvanrossum, eric.smith, levkivskyi, Евгений Махмудов
2018-03-15 23:03:19gvanrossumlinkissue33077 messages
2018-03-15 23:03:19gvanrossumcreate