diff options
author | Benjamin Peterson <benjamin@python.org> | 2017-10-02 06:37:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-02 06:37:57 (GMT) |
commit | edc05c5d88c1ce853b3d04b34679ed7d69c2142a (patch) | |
tree | 3622123eb8486adbc390239b0ba6455d379ffdca /setup.py | |
parent | 5961e7c156f90c7f9444ae95b9d3e55114ca2169 (diff) | |
download | cpython-edc05c5d88c1ce853b3d04b34679ed7d69c2142a.zip cpython-edc05c5d88c1ce853b3d04b34679ed7d69c2142a.tar.gz cpython-edc05c5d88c1ce853b3d04b34679ed7d69c2142a.tar.bz2 |
remove comment about long-gone SGI modules (#3850)
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -615,8 +615,6 @@ class PyBuildExt(build_ext): math_libs = self.detect_math_libs() - # XXX Omitted modules: gl, pure, dl, SGI-specific modules - # # The following modules are all pretty straightforward, and compile # on pretty much any POSIXish platform. |