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 benjamin.peterson
Recipients Arfrever, Trundle, barry, benjamin.peterson, eric.araujo, jcea, michael.foord, ncoghlan, r.david.murray, rhettinger, soren
Date 2011-06-09.22:43:40
SpamBayes Score 6.5292016e-07
Marked as misclassified No
Message-id <BANLkTinH1m_zfQF1b8JNETx0RYDVzW=fnw@mail.gmail.com>
In-reply-to <1307648904.8.0.156789845487.issue12248@psf.upfronthosting.co.za>
Content
2011/6/9 Barry A. Warsaw <report@bugs.python.org>:
>
> Barry A. Warsaw <barry@python.org> added the comment:
>
> Raymond, I like your patch and I think it addresses the issue nicely.  I made one small change, which is to add a test for non-list-sequenceness instead of changing the existing __dir__is_list test.  I think both tests are useful to keep.
>
> Benjamin, what do you think about this for 2.7.2?

My preference is to leave 2.7 alone (actually all maintenance
releases) and apply the patch to 3.3. It seems to me the type
restricts are tangentially only related to the issue. There's no need
to change the behavior for new-style classes, too.
History
Date User Action Args
2011-06-09 22:43:41benjamin.petersonsetrecipients: + benjamin.peterson, barry, rhettinger, jcea, ncoghlan, eric.araujo, Arfrever, r.david.murray, michael.foord, Trundle, soren
2011-06-09 22:43:40benjamin.petersonlinkissue12248 messages
2011-06-09 22:43:40benjamin.petersoncreate