[Python-checkins] distutils2: Forgot to include docs update in 5abba4a77f5a

tarek.ziade python-checkins at python.org
Thu Aug 19 08:34:14 CEST 2010


tarek.ziade pushed 85d00e6d2730 to distutils2:

http://hg.python.org/distutils2/rev/85d00e6d2730
changeset:   582:85d00e6d2730
user:        ?ric Araujo <merwok at netwok.org>
date:        Sun Aug 15 03:15:17 2010 +0200
summary:     Forgot to include docs update in 5abba4a77f5a
files:       docs/source/distutils/sourcedist.rst

diff --git a/docs/source/distutils/sourcedist.rst b/docs/source/distutils/sourcedist.rst
--- a/docs/source/distutils/sourcedist.rst
+++ b/docs/source/distutils/sourcedist.rst
@@ -108,6 +108,9 @@
 :file:`MANIFEST`, you must specify everything: the default set of files
 described above does not apply in this case.
 
+:file:`MANIFEST` files start with a comment indicating they are generated.
+Files without this comment are not overwritten or removed.
+
 See :ref:`manifest_template` section for a syntax reference.
 
 .. _manifest-options:
@@ -264,4 +267,3 @@
 ``a-z``, ``a-zA-Z``, ``a-f0-9_.``).  The definition of "regular filename
 character" is platform-specific: on Unix it is anything except slash; on Windows
 anything except backslash or colon.
-

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


More information about the Python-checkins mailing list