mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Remove obsolete comment (yes, build_ext supports C++)
This commit is contained in:
parent
1f2bcd35bb
commit
fb7d24492f
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue