mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-07 08:10:57 +00:00
Add a note linking to biplist Python 3.9 compatibility bug
This commit is contained in:
parent
26c15c5e67
commit
ca59966cf0
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@ except ImportError:
|
|||
has_biplist = False
|
||||
|
||||
if sys.version_info >= (3, 9):
|
||||
# Although the biplist module imports on Python 3.9 it is not compatible:
|
||||
# https://bitbucket.org/wooster/biplist/issues/12
|
||||
has_biplist = False
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue