summaryrefslogtreecommitdiffstats
path: root/Lib/packaging
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-09-10 16:22:31 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-09-10 16:22:31 (GMT)
commitfb7d24492f89ed1a3e076cca9f759c5f40ba2905 (patch)
tree83210b8e852659f234240ce5fb098e2159ef69ed /Lib/packaging
parent1f2bcd35bb49fc17ee7842497ee5e46f9d2f5bef (diff)
downloadcpython-fb7d24492f89ed1a3e076cca9f759c5f40ba2905.zip
cpython-fb7d24492f89ed1a3e076cca9f759c5f40ba2905.tar.gz
cpython-fb7d24492f89ed1a3e076cca9f759c5f40ba2905.tar.bz2
Remove obsolete comment (yes, build_ext supports C++)
Diffstat (limited to 'Lib/packaging')
-rw-r--r--Lib/packaging/command/build_ext.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/Lib/packaging/command/build_ext.py b/Lib/packaging/command/build_ext.py
index fa8d11f..2bffae3 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