New submission from Michel Weinachter <mic...@weinachter.com>:

I have created a variable named "liste_de_courses" when I use Alt-P to 
gather a previous command and modify it I have the following error:

------------
>>> liste_de_courses.append(’b')
                        
SyntaxError: invalid character in identifier (<pyshell#21>, line 1)
------------

There is no issue in the command line.

----------
components: IDLE
messages: 83223
nosy: datamoc
severity: normal
status: open
title: Pyshell history management error
type: behavior
versions: Python 3.0

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5428>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to