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 rhettinger
Recipients christian.heimes, gvanrossum, rhettinger
Date 2007-12-10.01:42:32
SpamBayes Score 0.004414359
Marked as misclassified No
Message-id <1197250952.83.0.951655751989.issue1564@psf.upfronthosting.co.za>
In-reply-to
Content
Okay, then simply go back to the unaltered existing code and replace 
references to PyString with PyUnicode. Skip all the macros, new 
functions, factorings, etc.  Just change strings to unicode and be done 
with it.  IIRC, that was what was done for dicts.  Just do the same for 
sets and not try to get tricky with a new, misnamed C API function like 
PyObject_Hash().
History
Date User Action Args
2007-12-10 01:42:32rhettingersetspambayes_score: 0.00441436 -> 0.004414359
recipients: + rhettinger, gvanrossum, christian.heimes
2007-12-10 01:42:32rhettingersetspambayes_score: 0.00441436 -> 0.00441436
messageid: <1197250952.83.0.951655751989.issue1564@psf.upfronthosting.co.za>
2007-12-10 01:42:32rhettingerlinkissue1564 messages
2007-12-10 01:42:32rhettingercreate