Message 277749 - Python tracker
Message277749
| 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:46 | serhiy.storchaka | set | recipients: + serhiy.storchaka, rhettinger, steven.daprano, kayhayen, python-dev, Kay.Hayen, josh.r |
| 2016-09-30 07:57:46 | serhiy.storchaka | set | messageid: <1475222266.85.0.751767726133.issue27942@psf.upfronthosting.co.za> |
| 2016-09-30 07:57:46 | serhiy.storchaka | link | issue27942 messages |
| 2016-09-30 07:57:46 | serhiy.storchaka | create | |