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 lemburg
Recipients ezio.melotti, lemburg, loewis, python-dev, terry.reedy, tierlieb, vstinner
Date 2015-11-27.22:56:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <5658DF8D.9@egenix.com>
In-reply-to <1448664644.79.0.651910747219.issue25742@psf.upfronthosting.co.za>
Content
On 27.11.2015 23:50, STINNER Victor wrote:
> 
> STINNER Victor added the comment:
> 
>> BTW: Why did you use (_str, _unicode) instead of basestring ?
> 
> Serhiy usually insists that technically, it's possible to compile Python 2.7 without Unicode support. I don't believe that anyone uses this crazy feature, but well, it was easier to use _unicode (which is already defined) than trying to run a poll on python users :-)

Hmm, but basestring is always defined, even when Python is compiled
without Unicode support (which I agree is not used much these
days). unicode won't exist in such a Python version, so basestring
is actually safer to use than the tuple.
History
Date User Action Args
2015-11-27 22:56:23lemburgsetrecipients: + lemburg, loewis, terry.reedy, vstinner, ezio.melotti, python-dev, tierlieb
2015-11-27 22:56:23lemburglinkissue25742 messages
2015-11-27 22:56:23lemburgcreate