[Bug 1982586] Re: python3.10: can't type small letter "b" in REPL
Dan Halbert
1982586 at bugs.launchpad.net
Fri Jul 29 12:42:59 UTC 2022
Trial:
$ INPUTRC=/dev/null /usr/bin/python3.10
Python 3.10.4 (main, Jun 29 2022, 12:14:53) [GCC 11.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> bbb
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'bbb' is not defined
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to python3.10 in Ubuntu.
https://bugs.launchpad.net/bugs/1982586
Title:
python3.10: can't type small letter "b" in REPL
Status in python3.10 package in Ubuntu:
New
Bug description:
Steps to reproduce:
1. Run in MATE terminal the following command.
INPUTRC=/dev/null /usr/bin/python3.10
2. Press letter small "b" on the keyboard.
Expected behaviour:
1. "b" is shown on the terminal.
2. The interpreter receives byte representing "b" over stdin.
Actual behaviour:
1. Nothing happens.
2. It is impossible to input this letter.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.10/+bug/1982586/+subscriptions
More information about the foundations-bugs
mailing list