From: Éric Araujo Date: Sat, 10 Sep 2011 16:22:31 +0000 (+0200) Subject: Remove obsolete comment (yes, build_ext supports C++) X-Git-Tag: v3.3.0a1~1544^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb7d24492f89ed1a3e076cca9f759c5f40ba2905;p=python Remove obsolete comment (yes, build_ext supports C++) --- 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