# HG changeset patch # User Franz Glasner # Date 1641732725 -3600 # Node ID 87db5a732797aca31a4b05f19ec3518f6c3182d3 # Parent 79d1e2399af61bfdf87985cc81102f1e964bc655 Drop bogus comment diff -r 79d1e2399af6 -r 87db5a732797 setup.py --- a/setup.py Sun Jan 09 13:51:09 2022 +0100 +++ b/setup.py Sun Jan 09 13:52:05 2022 +0100 @@ -89,11 +89,6 @@ if pure_only_idx is None: if wcp_idx is None: # - # Handle the optinal C-extension for Python3.7+ and CPython only. - # PyPy does not need this. - # - - # # The C-extension uses multi-phase module initialization # (PEP 489) which is PY 3.5+. #