summaryrefslogtreecommitdiff
path: root/doc/whatsnew/fragments/8181.feature
blob: cd5b361d1515248580373047f1b18f45b0e6cfb6 (plain)
1
2
3
4
5
Add new option (``--show-stdlib``, ``-L``) to ``pyreverse``.
This is similar to the behavior of ``--show-builtin`` in that standard library
modules are now not included by default, and this option will include them.

Closes #8181