diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-03-24 03:22:12 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-03-24 03:22:12 (GMT) |
commit | 14017b2a53d790512659e3eca812c96e06ea79c8 (patch) | |
tree | e0458672ebee16180e1869ffac5e8e2f8de691a3 | |
parent | 17dcf7531c7d99b737538c4d57005eac36813efc (diff) | |
parent | 645d3b76559d3c85cc90d2c8787fa6c765327e71 (diff) | |
download | cpython-14017b2a53d790512659e3eca812c96e06ea79c8.zip cpython-14017b2a53d790512659e3eca812c96e06ea79c8.tar.gz cpython-14017b2a53d790512659e3eca812c96e06ea79c8.tar.bz2 |
Merge with 3.4
-rw-r--r-- | Doc/distutils/sourcedist.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/distutils/sourcedist.rst b/Doc/distutils/sourcedist.rst index 9f7a38e..427b7b1 100644 --- a/Doc/distutils/sourcedist.rst +++ b/Doc/distutils/sourcedist.rst @@ -76,7 +76,7 @@ source distribution: :option:`packages` options * all C source files mentioned in the :option:`ext_modules` or - :option:`libraries` options ( + :option:`libraries` options .. XXX getting C library sources currently broken---no :meth:`get_source_files` method in :file:`build_clib.py`! |