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 orsenthil
Recipients Felix.Laurie.von.Massenbach, eric.araujo, lukasz.langa, orsenthil
Date 2010-11-13.01:18:20
SpamBayes Score 0.0033006824
Marked as misclassified No
Message-id <20101113011812.GB1313@rubuntu>
In-reply-to
Content
On Fri, Nov 12, 2010 at 12:35:49AM +0000, Łukasz Langa wrote:
> This is unfortunately a backwards compatibility concern. Originally
> it wasn't made so that set() converts to string or accepts only
> strings and when the developers realized this mistake, it was too
> late (there were programs using this misfeature). That's one of the

Where would coercing to str() for set methods result in failures or
backward compatibility problems? I think get() methods always return
strings.
History
Date User Action Args
2010-11-13 01:18:21orsenthilsetrecipients: + orsenthil, eric.araujo, lukasz.langa, Felix.Laurie.von.Massenbach
2010-11-13 01:18:20orsenthillinkissue10387 messages
2010-11-13 01:18:20orsenthilcreate