[issue23599] single and double quotes stripped upon paste into interpreter

Jeff Doak report at bugs.python.org
Fri Mar 6 23:37:16 CET 2015


New submission from Jeff Doak:

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’]

----------
components: Macintosh
messages: 237389
nosy: Jeff Doak, ned.deily, ronaldoussoren
priority: normal
severity: normal
status: open
title: single and double quotes stripped upon paste into interpreter
type: behavior
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23599>
_______________________________________


More information about the Python-bugs-list mailing list