Skip to content

Commit

Permalink
Document --bugreport
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Mar 2, 2024
1 parent ca63a12 commit 8e8d065
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/PIL/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@ def pilinfo(out=None, supported_formats=True):
"""
Prints information about this installation of Pillow.
This function can be called with ``python3 -m PIL``.
It can also be called with ``python3 -m PIL --bugreport`` to have
"supported_formats" set to ``False``, omitting the list of all supported image
file formats.
:param out:
The output stream to print to. Defaults to ``sys.stdout`` if ``None``.
Expand Down

0 comments on commit 8e8d065

Please sign in to comment.