[Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4

zach.ware python-checkins at python.org
Mon Mar 24 04:21:56 CET 2014


http://hg.python.org/cpython/rev/dd02c32f42f7
changeset:   89944:dd02c32f42f7
parent:      89942:aa2eb034c4f7
parent:      89943:aba42f4f19f4
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Sun Mar 23 22:22:12 2014 -0500
summary:
  Merge with 3.4

files:
  Doc/distutils/sourcedist.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/distutils/sourcedist.rst b/Doc/distutils/sourcedist.rst
--- a/Doc/distutils/sourcedist.rst
+++ b/Doc/distutils/sourcedist.rst
@@ -76,7 +76,7 @@
   :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`!

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list