The Python docs say
Python and PyPI support multiple distributions providing different implementations of the same package. For instance the unmaintained-but-seminal PIL distribution provides the PIL package, and so does Pillow, an actively-maintained fork of PIL!
What is this paragraph talking about exactly? How can I check whether some Python package (Pillow in this example) provides a different package (PIL in this example)?