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 Matt.Bachmann
Recipients Matt.Bachmann, serhiy.storchaka
Date 2014-05-14.13:28:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400074086.41.0.522743125204.issue21343@psf.upfronthosting.co.za>
In-reply-to
Content
Can you help me understand why not?

If I give it two unicode strings it sometimes gives me back a unicode and sometimes gives me back a string.

In python3 this does what I expect. 

In python27 I now have to check the type I get back because I cannot be sure what type I will be getting back.
History
Date User Action Args
2014-05-14 13:28:06Matt.Bachmannsetrecipients: + Matt.Bachmann, serhiy.storchaka
2014-05-14 13:28:06Matt.Bachmannsetmessageid: <1400074086.41.0.522743125204.issue21343@psf.upfronthosting.co.za>
2014-05-14 13:28:06Matt.Bachmannlinkissue21343 messages
2014-05-14 13:28:06Matt.Bachmanncreate