Changeset 118 for branches/timadditionaltypes/pyramid/test/testdata/build_tests/firstpythontest/expected/dev/process/index.html
- Timestamp:
- 02/04/06 19:29:16 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/timadditionaltypes/pyramid/test/testdata/build_tests/firstpythontest/expected/dev/process/index.html
r100 r118 47 47 48 48 <div id="breadcrumb"><a href="/dev">python-dev</a> <span class="breadcrumb-separator">></span> Process</div> 49 <div class="section" id="python-s-development-process">50 <h1><a name="python-s-development-process">Python's Development Process</a></h1>49 <div class="section"> 50 <h1><a id="python-s-development-process" name="python-s-development-process">Python's Development Process</a></h1> 51 51 <p>Guido van Rossum is the project's lead developer. In recognition 52 52 of this role, he's sometimes jokingly called the Benevolent Dictator … … 88 88 still hate it; some people who first argued against it have now grown 89 89 sneakily fond of it.</p> 90 <div class="section" id="peps">91 <h2><a name="peps">PEPs</a></h2>90 <div class="section"> 91 <h2><a id="peps" name="peps">PEPs</a></h2> 92 92 <p>Because Python is a programming language and there are a few 93 93 million lines of Python code in the world, the development process has … … 118 118 to write a PEP.</p> 119 119 </div> 120 <div class="section" id="documenting-python">121 <h2><a name="documenting-python">Documenting Python</a></h2>120 <div class="section"> 121 <h2><a id="documenting-python" name="documenting-python">Documenting Python</a></h2> 122 122 <p>Any significant additions to the Python core must be accompanied by 123 123 supporting patches for the documentation. Python's documentation is … … 132 132 docstrings is therefore an easy way to make life easier for users.</p> 133 133 </div> 134 <div class="section" id="recording-change">135 <h2><a name="recording-change">Recording Change</a></h2>134 <div class="section"> 135 <h2><a id="recording-change" name="recording-change">Recording Change</a></h2> 136 136 <p>The file Misc/NEWS is the traditional place to record all changes to 137 137 the Python code. This file is intended to be a complete record of changes
