ysj.ray <ysj....@gmail.com> added the comment:

> 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                         |                     
                                        |
    
+--------------------+--------------------------------+-------------------------------------------------------------+

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9302>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to