This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ysj.ray
Recipients alexis, docs@python, eric.araujo, r.david.murray, tarek, ysj.ray
Date 2011-06-16.15:22:26
SpamBayes Score 9.395972e-05
Marked as misclassified No
Message-id <1308237747.48.0.0888509013011.issue9302@psf.upfronthosting.co.za>
In-reply-to
Content
> FYI, in one packaging doc I added one note instead of changing each cell: http://docs.python.org/dev/library/packaging.compiler#id6


I like this solution, it seems more concise and to the point. With this the doc need only one change:


--- a/Doc/distutils/apiref.rst	Fri Apr 29 14:07:28 2011 +0800
+++ b/Doc/distutils/apiref.rst	Thu Jun 16 23:15:12 2011 +0800
@@ -85,15 +85,15 @@
    | *script_args*      | Arguments to supply to the     | a list of strings                                           |
    |                    | setup script                   |                                                             |
    +--------------------+--------------------------------+-------------------------------------------------------------+
-   | *options*          | default options for the setup  | a string                                                    |
+   | *options*          | default options for the setup  | a dictionary                                                |
    |                    | script                         |                                                             |
    +--------------------+--------------------------------+-------------------------------------------------------------+
History
Date User Action Args
2011-06-16 15:22:27ysj.raysetrecipients: + ysj.ray, tarek, eric.araujo, r.david.murray, docs@python, alexis
2011-06-16 15:22:27ysj.raysetmessageid: <1308237747.48.0.0888509013011.issue9302@psf.upfronthosting.co.za>
2011-06-16 15:22:26ysj.raylinkissue9302 messages
2011-06-16 15:22:26ysj.raycreate