Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@sanjayankur31
Copy link
Contributor

We're already on python3.9 in Fedora 33 now, and modules depending on stdlib-list are failing to build there. I think these are all the changes that are needed to update the module for py3.9. The tests seem to pass:

$ python -m tests
........
----------------------------------------------------------------------
Ran 8 tests in 0.018s

OK

I haven't updated the travis configuration---wasn't sure if travis does py3.9 yet.

Fixes this error while trying to fetch lists:

```
AttributeError: ('intersphinx inventory %r not fetchable due to %s: %s', 'http://docs.python.org/3.8/objects.inv', <class 'AttributeError'>, "'DummyConfig' object has no attribute 'user_agent'")

```
@ocefpaf
Copy link
Contributor

ocefpaf commented Jun 8, 2020

Thanks @sanjayankur31!

@ocefpaf ocefpaf merged commit 4f9549c into pypi:master Jun 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants