Skip to content

DeprecationWarning: zip_equal will be removed in a future version of more-itertools. Use the builtin zip function with strict=True instead. #66

@pawamoy

Description

@pawamoy

Just a heads up. Happens in _normalize_list.py, line 406 (in parse_text):

      block_indents = [_c or _h for _c, _h in zip_equal(code_indents, html_indents)]

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions