This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author stefanor
Recipients docs@python, stefanor
Date 2021-05-23.12:18:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621772307.07.0.00812443374733.issue44215@roundup.psfhosted.org>
In-reply-to
Content
Originally reported against pypy3 in Ubuntu
https://bugs.launchpad.net/ubuntu/+source/pypy3/+bug/1920675

$ ./python 
Python 3.10.0a5+ (heads/master:ffa55d21b4, May 23 2021, 08:14:50) 
[GCC 10.2.1 20210110] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.path.append('/usr/lib/python3/dist-packages/')
>>> help()
...
help> modules

Please wait a moment while I gather a list of all available modules...

/usr/lib/python3/dist-packages/IPython/kernel/__init__.py:12: ShimWarning: The `IPython.kernel` package has been deprecated since IPython 4.0.You should import from ipykernel or jupyter_client instead.
  warn("The `IPython.kernel` package has been deprecated since IPython 4.0."
Expected Tk Togl installation in /usr/lib/python3/dist-packages/OpenGL/Tk/togl-linux-64
Failure loading Togl package: can't find package Togl, on debian systems this is provided by `libtogl2`
...
Crypto              brain_crypt         hgext               random
...

Warnings should probably be suppressed during module importing in help. Any warnings emitted here are probably deprecation warnings or system configuration issues, not useful to a user trying to browse modules.
History
Date User Action Args
2021-05-23 12:18:27stefanorsetrecipients: + stefanor, docs@python
2021-05-23 12:18:27stefanorsetmessageid: <1621772307.07.0.00812443374733.issue44215@roundup.psfhosted.org>
2021-05-23 12:18:27stefanorlinkissue44215 messages
2021-05-23 12:18:26stefanorcreate