Alex Floyd Marshall
Results
2
issues of
Alex Floyd Marshall
Python 3.9 makes a change in how `base64.decodestring` works, which in particular impacts Gitsome's use of feedparser. See [this issue](https://github.com/kurtmckee/feedparser/issues/201) for more information. This was fixed in later versions of...
needs-review
Python 3.9 changes the way `base64.decodestring` works, which results in `AttributeErrors` in gitsome. Expanding the version range for feedparser to include `6.0.2` solves these issues. Addresses #186
needs-review