[Python-checkins] cpython: Remove obsolete comment (yes, build_ext supports C++)

eric.araujo python-checkins at python.org
Mon Sep 12 17:42:22 CEST 2011


http://hg.python.org/cpython/rev/0d1f310100ce
changeset:   72355:0d1f310100ce
user:        Éric Araujo <merwok at netwok.org>
date:        Sat Sep 10 18:22:31 2011 +0200
summary:
  Remove obsolete comment (yes, build_ext supports C++)

files:
  Lib/packaging/command/build_ext.py |  4 ----
  1 files changed, 0 insertions(+), 4 deletions(-)


diff --git a/Lib/packaging/command/build_ext.py b/Lib/packaging/command/build_ext.py
--- 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list