Skip to content

Conversation

@MBus123
Copy link

@MBus123 MBus123 commented Oct 7, 2022

This makes biblib work with python 3.10.

The Parser.parse() uses collections.abc per default (which is the only way in python 3.10) and only falls back to the old collections.Iterable if collections.abc does not exist.

t-wissmann and others added 2 commits December 27, 2021 23:10
This makes biblib work with python 3.10.

The Parser.parse() uses collections.abc per default (which is the only way in
python 3.10) and only falls back to the old collections.Iterable if
collections.abc does not exist.
@t-wissmann
Copy link

This PR is precisely the same as my PR #8, just with a slightly different comment.

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.

3 participants