We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b50c026 commit a59f338Copy full SHA for a59f338
pyrepl/commands.py
@@ -370,7 +370,7 @@ def do(self):
370
class qIHelp(Command):
371
def do(self):
372
r = self.reader
373
- r.insert((self.event + r.console.getpending().data) * r.get_arg())
+ r.insert((bytes(self.event) + r.console.getpending().data) * r.get_arg())
374
r.pop_input_trans()
375
376
from pyrepl import input
0 commit comments