biblib icon indicating copy to clipboard operation
biblib copied to clipboard

Add compatibility to python 3.10

Open MBus123 opened this issue 3 years ago • 1 comments

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.

MBus123 avatar Oct 07 '22 11:10 MBus123

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

t-wissmann avatar May 10 '23 12:05 t-wissmann