python3.10: can't type small letter "b" in REPL

Bug #1982586 reported by Nicholas Guriev
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python3.10 (Ubuntu)
New
Undecided
Unassigned

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.

Tags: jammy
Revision history for this message
Dan Halbert (dhalbert) wrote :

I was unable to reproduce this problem, I tried in gnome-terminal and mate-terminal, in the cinnamon desktop. My locale is en_US.UTF-8. If this problem persists, it would be helpful to report more details, such as:

the output of usr/bin/locale
the language your keyboard is meant for
whether this is true for other keyboards
whether it is true in other desktops
whether it is true in a plain console, entered through ctrl-alt-F3, etc

Revision history for this message
Dan Halbert (dhalbert) wrote :

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

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.