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 eric.smith, facundobatista, rhettinger, serhiy.storchaka
Date 2017-03-03.08:46:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488530794.62.0.0515170991979.issue29696@psf.upfronthosting.co.za>
In-reply-to
Content
collections is a moderately heavy module with many dependencies. string is a light module, it imports only _string. I'm -1 for using namedtuple in the string module.
History
Date User Action Args
2017-03-03 08:46:34serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, facundobatista, eric.smith
2017-03-03 08:46:34serhiy.storchakasetmessageid: <1488530794.62.0.0515170991979.issue29696@psf.upfronthosting.co.za>
2017-03-03 08:46:34serhiy.storchakalinkissue29696 messages
2017-03-03 08:46:34serhiy.storchakacreate