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 kracekumar
Recipients kracekumar
Date 2012-06-27.17:33:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340818384.4.0.370220221204.issue15208@psf.upfronthosting.co.za>
In-reply-to
Content
Below is the copy & paste from the Interpreter.

kracekumar@python-lover:~/codes/python/Python-3.3.0b1$ python3.3
Python 3.3.0b1 (default, Jun 27 2012, 22:27:38) 
[GCC 4.6.3] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> __builtins__
<module 'builtins'>
>>> ^[[A^[[A 

On pressing the up arrow inside 3.3 b1 interpreter doesn't show previously typed variable or statement.

This test was carried out in ubuntu 12.04.
History
Date User Action Args
2012-06-27 17:33:04kracekumarsetrecipients: + kracekumar
2012-06-27 17:33:04kracekumarsetmessageid: <1340818384.4.0.370220221204.issue15208@psf.upfronthosting.co.za>
2012-06-27 17:33:03kracekumarlinkissue15208 messages
2012-06-27 17:33:03kracekumarcreate