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

terry.reedy python-checkins at python.org
Fri Jun 13 20:58:39 CEST 2014


http://hg.python.org/cpython/rev/c99fc7e965b5
changeset:   91164:c99fc7e965b5
parent:      91161:86d14cf2a6a8
parent:      91163:efa32fcd7a0b
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Fri Jun 13 14:58:09 2014 -0400
summary:
  Merge with 3.4

files:
  Doc/distutils/examples.rst |  3 ---
  1 files changed, 0 insertions(+), 3 deletions(-)


diff --git a/Doc/distutils/examples.rst b/Doc/distutils/examples.rst
--- a/Doc/distutils/examples.rst
+++ b/Doc/distutils/examples.rst
@@ -193,9 +193,6 @@
          packages=['foobar', 'foobar.subfoo'],
          )
 
-(Again, the empty string in :option:`package_dir` stands for the current
-directory.)
-
 
 .. _single-ext:
 

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


More information about the Python-checkins mailing list