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 serhiy.storchaka
Recipients Kay.Hayen, josh.r, kayhayen, python-dev, rhettinger, serhiy.storchaka, steven.daprano
Date 2016-09-30.07:57:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475222266.85.0.751767726133.issue27942@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks Naoki and Josh for reviews.

Backported to 2.7 and 3.5 since the patch also fixes other issues.

Note that the result of ``arg is "str_value"`` is implementation detail. Other Python implementations may not intern string constants. Even CPython interns only strings constants consisting of ASCII alphanumerical characters.
History
Date User Action Args
2016-09-30 07:57:46serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, steven.daprano, kayhayen, python-dev, Kay.Hayen, josh.r
2016-09-30 07:57:46serhiy.storchakasetmessageid: <1475222266.85.0.751767726133.issue27942@psf.upfronthosting.co.za>
2016-09-30 07:57:46serhiy.storchakalinkissue27942 messages
2016-09-30 07:57:46serhiy.storchakacreate