mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 10:46:16 +03:00
Document --bugreport
This commit is contained in:
parent
01fdf2ff51
commit
970c691fa2
|
@ -230,6 +230,9 @@ def pilinfo(out=None, supported_formats=True):
|
||||||
"""
|
"""
|
||||||
Prints information about this installation of Pillow.
|
Prints information about this installation of Pillow.
|
||||||
This function can be called with ``python3 -m PIL``.
|
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:
|
:param out:
|
||||||
The output stream to print to. Defaults to ``sys.stdout`` if ``None``.
|
The output stream to print to. Defaults to ``sys.stdout`` if ``None``.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user