[New-bugs-announce] [issue18708] Change required in python 3.4 interpretor .

madan ram report at bugs.python.org
Sun Aug 11 08:47:16 CEST 2013


New submission from madan ram:

As I observed when using python 3.4 Interpretor  is that it would be able to distinguish between char by '' and string by ""

>>> input()    
a
'a'

and 

>>> input()
aa
'aa'

it would be better if output was
"aa"

but if i want to fix this which file to edit.

----------
components: Interpreter Core
messages: 194867
nosy: madan.ram, rhettinger
priority: normal
severity: normal
status: open
title: Change required in python 3.4 interpretor .
type: enhancement
versions: Python 3.4

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


More information about the New-bugs-announce mailing list