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 <rep...@bugs.python.org>
<http://bugs.python.org/issue18708>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to