Remove obsolete comment (yes, build_ext supports C++)

This commit is contained in:
Éric Araujo 2011-09-10 18:22:31 +02:00
parent 1f2bcd35bb
commit fb7d24492f
1 changed files with 0 additions and 4 deletions

View File

@ -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