From fb7d24492f89ed1a3e076cca9f759c5f40ba2905 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=89ric=20Araujo?= Date: Sat, 10 Sep 2011 18:22:31 +0200 Subject: [PATCH] Remove obsolete comment (yes, build_ext supports C++) --- Lib/packaging/command/build_ext.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Lib/packaging/command/build_ext.py b/Lib/packaging/command/build_ext.py index fa8d11f39c..2bffae38ac 100644 --- a/Lib/packaging/command/build_ext.py +++ b/Lib/packaging/command/build_ext.py @@ -1,9 +1,5 @@ """Build extension modules.""" -# FIXME Is this module limited to C extensions or do C++ extensions work too? -# The docstring of this module said that C++ was not supported, but other -# comments contradict that. - import os import re import sys -- 2.49.0