Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In the documentation, update references to point at `setuptools`. (GH-3456) | Diego Elio Pettenò | 2020-03-24 | 1 | -2/+1 |
| | | | | | | While the directives in the source files are still called `distutils`, the [Python upstream documentation](https://docs.python.org/3/library/distutils.html) does not recommend using distutils anymore, and rather points at setuptools, so avoid confusing new users by providing confusing legacy usage examples. Also, this corrects one example in which Extension is imported too late, and would cause annoying errors when running `setup.py`. | ||||
* | Fix line endings. | Stefan Behnel | 2019-02-15 | 1 | -13/+13 |
| | |||||
* | The code snippets from external.rst are now tested with the mode "compile". ↵ | gabrieldemarmiesse | 2018-06-13 | 1 | -0/+13 |
Fixed a small bug with a cdef that was forgotten. |