[issue5428] Pyshell history management error

Michel Weinachter report at bugs.python.org
Thu Mar 5 23:05:07 CET 2009


New submission from Michel Weinachter <michel at 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 <report at bugs.python.org>
<http://bugs.python.org/issue5428>
_______________________________________


More information about the Python-bugs-list mailing list