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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fb7d24492f89ed1a3e076cca9f759c5f40ba2905;p=thirdparty%2FPython%2Fcpython.git 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 fa8d11f39c49..2bffae38ac2a 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