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 LambertDW
Recipients LambertDW, r.david.murray
Date 2012-12-04.20:20:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354652443.19542.37.camel@lambertdw>
In-reply-to <1354651720.92.0.386699792893.issue16608@psf.upfronthosting.co.za>
Content
Sorry again.  You probably didn't follow the link I posted to see the
problem origination.   Which was "Cannot subclass str."  I generalized
this to tuple.

On Tue, 2012-12-04 at 20:08 +0000, R. David Murray wrote:
> R. David Murray added the comment:
> 
> I have no idea what you are referring to by 'constructing str' :(
> 
> I thought at first it was your incorrect tuple call in the init that was the issue, but that didn't look right, and after reproducing it and playing with it for a bit I figured out it was the __new__ failure, and I realized the reason I was confused was that the error message said 'tuple' instead of 'c'.  So I definitely think that message could use improvement if it is practical.
> 
> ----------
> 
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue16608>
> _______________________________________
History
Date User Action Args
2012-12-04 20:20:44LambertDWsetrecipients: + LambertDW, r.david.murray
2012-12-04 20:20:44LambertDWlinkissue16608 messages
2012-12-04 20:20:44LambertDWcreate