[New-bugs-announce] [issue15208] Uparrow doesn't show previously typed variable or character

kracekumar ramaraju report at bugs.python.org
Wed Jun 27 19:33:04 CEST 2012


New submission from kracekumar ramaraju <me at kracekumar.com>:

Below is the copy & paste from the Interpreter.

kracekumar at 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.

----------
components: Interpreter Core
messages: 164175
nosy: kracekumar
priority: normal
severity: normal
status: open
title: Uparrow doesn't show previously typed variable or character
type: behavior
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15208>
_______________________________________


More information about the New-bugs-announce mailing list