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 Jeff Doak
Recipients Jeff Doak, ned.deily, ronaldoussoren
Date 2015-03-06.22:37:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425681436.7.0.781270448465.issue23599@psf.upfronthosting.co.za>
In-reply-to
Content
On MacBook. Copy/paste the following line into 3.4.2 interpreter session:
[“Test”][‘Test’]
Results in:
[Test][Test]

Same paste into 2.7.6 is as expected:
[“Test”][‘Test’]
History
Date User Action Args
2015-03-06 22:37:16Jeff Doaksetrecipients: + Jeff Doak, ronaldoussoren, ned.deily
2015-03-06 22:37:16Jeff Doaksetmessageid: <1425681436.7.0.781270448465.issue23599@psf.upfronthosting.co.za>
2015-03-06 22:37:16Jeff Doaklinkissue23599 messages
2015-03-06 22:37:16Jeff Doakcreate