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 alexandre.vassalotti
Recipients akuchling, alexandre.vassalotti, eric.smith, ezio.melotti
Date 2010-04-15.02:15:35
SpamBayes Score 2.1434937e-08
Marked as misclassified No
Message-id <1271297737.21.0.0649026732198.issue8404@psf.upfronthosting.co.za>
In-reply-to
Content
It is a bug.

First, the dictviews_as_number is broken; the field for classic division was removed in 3.x, so everything is shifted by one. I included a patch to fix this.

Unfortunately, this isn't enough to fix the issue. There seems to be some overly restrictive type checking going on in the method wrappers. However, I don't have the time to investigate this further today. I should be able to check this next weekend.
History
Date User Action Args
2010-04-15 02:15:37alexandre.vassalottisetrecipients: + alexandre.vassalotti, akuchling, eric.smith, ezio.melotti
2010-04-15 02:15:37alexandre.vassalottisetmessageid: <1271297737.21.0.0649026732198.issue8404@psf.upfronthosting.co.za>
2010-04-15 02:15:35alexandre.vassalottilinkissue8404 messages
2010-04-15 02:15:35alexandre.vassalotticreate