-
-
Notifications
You must be signed in to change notification settings - Fork 249
Closed
Labels
Milestone
Description
See example below:
My environment:
$ python --version
Python 3.13.1
$ pip freeze | rg bpython
bpython @ git+https://github.com/bpython/bpython@4605fabe156a9bf1abfee5945514cf81c1828df2
In bpython
:
>>> help(int)
Traceback (most recent call last):
File "<input>", line 1, in <module>
help(int)
~~~~^^^^^
File "/Users/mxr/tmp/venv3.13/lib/python3.13/site-packages/bpython/curtsiesfrontend/_internal.py", line 63, in __call__
return super().__call__(*args, **kwargs)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/Users/mxr/tmp/venv3.13/lib/python3.13/site-packages/bpython/_internal.py", line 25, in __call__
self.helper(*args, **kwargs)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/pydoc.py", line 1992, in __call__
self.help(request)
~~~~~~~~~^^^^^^^^^
File "/opt/homebrew/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/pydoc.py", line 2053, in help
else: doc(request, 'Help on %s:', output=self._output, is_cli=is_cli)
~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/pydoc.py", line 1764, in doc
pager(render_doc(thing, title, forceload), f'Help on {what!s}')
~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: _Helper.pager() takes 2 positional arguments but 3 were given