]> granicus.if.org Git - python/commitdiff
Remove obsolete comment (yes, build_ext supports C++)
authorÉric Araujo <merwok@netwok.org>
Sat, 10 Sep 2011 16:22:31 +0000 (18:22 +0200)
committerÉric Araujo <merwok@netwok.org>
Sat, 10 Sep 2011 16:22:31 +0000 (18:22 +0200)
Lib/packaging/command/build_ext.py

index fa8d11f39c49d2a26a370f8f2d33f3af9bff1073..2bffae38ac2a531a9576bcd2d750cf583d790140 100644 (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