From 8f86e4ce0676fc4debf1b896cb0d511845db6819 Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Wed, 15 Apr 2020 16:07:16 -0600 Subject: [PATCH] Remove inaccurate comment. Since has_flag was never actually merged this comment is inaccurate and should be removed. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 72278d0..00d88a2 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,6 @@ ext_modules = [ ] -# As of Python 3.6, CCompiler has a `has_flag` method. # cf http://bugs.python.org/issue26689 def has_flag(compiler, flagname): """Return a boolean indicating whether a flag name is supported on