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 abingham
Recipients abingham
Date 2013-10-23.07:00:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382511608.51.0.706468574715.issue19359@psf.upfronthosting.co.za>
In-reply-to
Content
When passed a weakref.proxy to a legitimate sequence, reversed() throws a TypeError complaining that its argument isn't a sequence. Perhaps this is the expected behavior, but it's surprising to at least me and the few others I've spoken with about it.
History
Date User Action Args
2013-10-23 07:00:08abinghamsetrecipients: + abingham
2013-10-23 07:00:08abinghamsetmessageid: <1382511608.51.0.706468574715.issue19359@psf.upfronthosting.co.za>
2013-10-23 07:00:08abinghamlinkissue19359 messages
2013-10-23 07:00:08abinghamcreate