changeset 589:87db5a732797

Drop bogus comment
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 09 Jan 2022 13:52:05 +0100
parents 79d1e2399af6
children 91e74fb1ea90
files setup.py
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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+.
         #