Comment 4 for bug 1843791

Revision history for this message
Florian Schulze (florian-schulze) wrote :

With Python 3.8 I currently get an error on the 4.13 branch:
```
../../beautifulsoup/bs4/__init__.py:141: in BeautifulSoup
    element_classes:Dict[type[PageElement], type[Any]] #: :meta private:
E TypeError: 'type' object is not subscriptable
```