| … | |
… | |
| 6 | PEP, see http://www.python.org/peps/pep-0001.html for instructions and links |
6 | PEP, see http://www.python.org/peps/pep-0001.html for instructions and links |
| 7 | to templates. DO NOT USE THIS HTML FILE AS YOUR TEMPLATE! |
7 | to templates. DO NOT USE THIS HTML FILE AS YOUR TEMPLATE! |
| 8 | --> |
8 | --> |
| 9 | <head> |
9 | <head> |
| 10 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
10 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| 11 | <meta name="generator" content="Docutils 0.3.7: http://docutils.sourceforge.net/" /> |
11 | <meta name="generator" content="Docutils 0.3.9: http://docutils.sourceforge.net/" /> |
| 12 | <title>GLEP 29 -- USE flag groups</title> |
12 | <title>GLEP 29 -- USE flag groups</title> |
| 13 | <link rel="stylesheet" href="tools/glep.css" type="text/css" /> |
13 | <link rel="stylesheet" href="tools/glep.css" type="text/css" /> |
| 14 | </head> |
14 | </head> |
| 15 | <body bgcolor="white"> |
15 | <body bgcolor="white"> |
| 16 | <table class="navigation" cellpadding="0" cellspacing="0" |
16 | <table class="navigation" cellpadding="0" cellspacing="0" |
| … | |
… | |
| 40 | </tr> |
40 | </tr> |
| 41 | <tr class="field"><th class="field-name">Status:</th><td class="field-body">Draft</td> |
41 | <tr class="field"><th class="field-name">Status:</th><td class="field-body">Draft</td> |
| 42 | </tr> |
42 | </tr> |
| 43 | <tr class="field"><th class="field-name">Type:</th><td class="field-body">Standards Track</td> |
43 | <tr class="field"><th class="field-name">Type:</th><td class="field-body">Standards Track</td> |
| 44 | </tr> |
44 | </tr> |
| 45 | <tr class="field"><th class="field-name">Content-Type:</th><td class="field-body"><a class="reference" href="glep-0012.html">text/x-rst</a></td> |
45 | <tr class="field"><th class="field-name">Content-Type:</th><td class="field-body"><a class="reference" href="http://www.python.org/peps/glep-0012.html">text/x-rst</a></td> |
| 46 | </tr> |
46 | </tr> |
| 47 | <tr class="field"><th class="field-name">Created:</th><td class="field-body">19-August-2004</td> |
47 | <tr class="field"><th class="field-name">Created:</th><td class="field-body">19-Aug-2004</td> |
| 48 | </tr> |
48 | </tr> |
| 49 | <tr class="field"><th class="field-name">Post-Date:</th><td class="field-body">21-August-2004, 18-October-2004, 25-October-2004, 24-July-2005</td> |
49 | <tr class="field"><th class="field-name">Post-History:</th><td class="field-body">21-Aug-2004, 18-Oct-2004, 25-Oct-2004, 24-Jul-2005</td> |
| 50 | </tr> |
50 | </tr> |
| 51 | </tbody> |
51 | </tbody> |
| 52 | </table> |
52 | </table> |
| 53 | <hr /> |
53 | <hr /> |
| 54 | <div class="contents topic" id="contents"> |
54 | <div class="contents topic" id="contents"> |
| … | |
… | |
| 193 | USE="-foo -bar bar -baz fnord bar -foo -foo -bar bar" |
193 | USE="-foo -bar bar -baz fnord bar -foo -foo -bar bar" |
| 194 | USE="-baz fnord -foo bar" |
194 | USE="-baz fnord -foo bar" |
| 195 | </pre> |
195 | </pre> |
| 196 | </div> |
196 | </div> |
| 197 | <div class="section" id="issues-with-flags-and-groups"> |
197 | <div class="section" id="issues-with-flags-and-groups"> |
| 198 | <h2><a class="toc-backref" href="#id14" name="issues-with-flags-and-groups">Issues with -flags and <a class="reference" href="mailto:-@GROUPS">-@GROUPS</a></a></h2> |
198 | <h2><a name="issues-with-flags-and-groups">Issues with -flags and <a class="reference" href="mailto:-@GROUPS">-@GROUPS</a></a></h2> |
| 199 | <p>Earlier drafts of this GLEP did not allow -use flags or <a class="reference" href="mailto:-@GROUPS">-@GROUPS</a>. However, |
199 | <p>Earlier drafts of this GLEP did not allow -use flags or <a class="reference" href="mailto:-@GROUPS">-@GROUPS</a>. However, |
| 200 | because of feedback along the lines of "we shouldn't disallow features |
200 | because of feedback along the lines of "we shouldn't disallow features |
| 201 | just because some users won't understand them" (for example, <a class="footnote-reference" href="#id6" id="id2" name="id2">[3]</a>), these |
201 | just because some users won't understand them" (for example, <a class="footnote-reference" href="#id6" id="id2" name="id2">[3]</a>), these |
| 202 | are now allowed but discouraged.</p> |
202 | are now allowed but discouraged.</p> |
| 203 | <p>The problems are best illustrated by example. Say we have the following |
203 | <p>The problems are best illustrated by example. Say we have the following |
| … | |
… | |
| 293 | <blockquote> |
293 | <blockquote> |
| 294 | vim: set tw=74 :</blockquote> |
294 | vim: set tw=74 :</blockquote> |
| 295 | </div> |
295 | </div> |
| 296 | |
296 | |
| 297 | </div> |
297 | </div> |
| 298 | <hr class="docutils footer" /> |
|
|
| 299 | <div class="footer"> |
298 | <div class="footer"> |
|
|
299 | <hr class="footer" /> |
| 300 | <a class="reference" href="glep-0029.txt">View document source</a>. |
300 | <a class="reference" href="glep-0029.txt">View document source</a>. |
| 301 | Generated on: 2005-06-24 21:36 UTC. |
301 | Generated on: 2005-11-07 22:15 UTC. |
| 302 | Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source. |
302 | Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source. |
|
|
303 | |
| 303 | </div> |
304 | </div> |
| 304 | </body> |
305 | </body> |
| 305 | </html> |
306 | </html> |
| 306 | |
307 | |