This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author datamoc
Recipients datamoc
Date 2009-03-05.22:05:04
SpamBayes Score 3.7621317e-05
Marked as misclassified No
Message-id <1236290707.1.0.232132211255.issue5428@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-03-05 22:05:07datamocsetrecipients: + datamoc
2009-03-05 22:05:07datamocsetmessageid: <1236290707.1.0.232132211255.issue5428@psf.upfronthosting.co.za>
2009-03-05 22:05:05datamoclinkissue5428 messages
2009-03-05 22:05:04datamoccreate