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 eric.araujo
Recipients brett.cannon, daniel.urban, eric.araujo, georg.brandl, pitrou, r.david.murray, rhettinger, terry.reedy
Date 2011-02-05.02:11:39
SpamBayes Score 0.1754196
Marked as misclassified No
Message-id <1296871900.12.0.101895816408.issue11085@psf.upfronthosting.co.za>
In-reply-to
Content
Okay, I plead guilty of premature implementation talk.  The clean solution is just moving collections.py to collections/__init__.py and _abcoll.py to collections/abc.py, but I will defer to Raymond here.
History
Date User Action Args
2011-02-05 02:11:40eric.araujosetrecipients: + eric.araujo, brett.cannon, georg.brandl, rhettinger, terry.reedy, pitrou, r.david.murray, daniel.urban
2011-02-05 02:11:40eric.araujosetmessageid: <1296871900.12.0.101895816408.issue11085@psf.upfronthosting.co.za>
2011-02-05 02:11:39eric.araujolinkissue11085 messages
2011-02-05 02:11:39eric.araujocreate