Commit 5e4a4d21 authored by Stefan Behnel's avatar Stefan Behnel

Add deprecation notice and remove dead comment in old build_ext module.

parent b5a1abfa
"""Cython.Distutils.old_build_ext
Implements a version of the Distutils 'build_ext' command, for
building Cython extension modules."""
building Cython extension modules.
# This module should be kept compatible with Python 2.3.
Note that this module is deprecated. Use cythonize() instead.
"""
__revision__ = "$Id:$"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment