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 gvanrossum
Recipients georg.brandl, gvanrossum
Date 2007-11-26.04:22:08
SpamBayes Score 0.06828851
Marked as misclassified No
Message-id <1196050928.35.0.169795983271.issue1496@psf.upfronthosting.co.za>
In-reply-to
Content
Looks good from a functionality POV.

I wonder if we couldn't change the dict though to always map ordinals to
strings?  Deletions can be mapped to "".  We could warn about non-string
values in the 2.6 version of this code, and make it a (lazy) error in 3.0.
History
Date User Action Args
2007-11-26 04:22:08gvanrossumsetspambayes_score: 0.0682885 -> 0.06828851
recipients: + gvanrossum, georg.brandl
2007-11-26 04:22:08gvanrossumsetspambayes_score: 0.0682885 -> 0.0682885
messageid: <1196050928.35.0.169795983271.issue1496@psf.upfronthosting.co.za>
2007-11-26 04:22:08gvanrossumlinkissue1496 messages
2007-11-26 04:22:08gvanrossumcreate