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 ethan.furman
Recipients Arfrever, eric.smith, ethan.furman, martin.panter, nascheme, ncoghlan, vstinner
Date 2015-01-18.18:43:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421606587.52.0.796825432135.issue20284@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks, Victor, for the feedback.

I was able to figure out some more of the C side thanks to Georg, and I think the code is looking pretty good.

There may be room for optimization by having the bytes code call the unicode implementation for more of the conversions (currently it's only using the unicode fromlong function), but the docs should happen before that.  ;)
History
Date User Action Args
2015-01-18 18:43:07ethan.furmansetrecipients: + ethan.furman, nascheme, ncoghlan, vstinner, eric.smith, Arfrever, martin.panter
2015-01-18 18:43:07ethan.furmansetmessageid: <1421606587.52.0.796825432135.issue20284@psf.upfronthosting.co.za>
2015-01-18 18:43:07ethan.furmanlinkissue20284 messages
2015-01-18 18:43:07ethan.furmancreate