Show
Ignore:
Timestamp:
02/04/06 19:29:16 (3 years ago)
Author:
tim
Message:

added new expected data because of updates to docutils I think

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/timadditionaltypes/pyramid/test/testdata/build_tests/firstpythontest/expected/dev/process/index.html

    r100 r118  
    4747       
    4848<div id="breadcrumb"><a href="/dev">python-dev</a> <span class="breadcrumb-separator">&gt;</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> 
    5151<p>Guido van Rossum is the project's lead developer.  In recognition 
    5252of this role, he's sometimes jokingly called the Benevolent Dictator 
     
    8888still hate it; some people who first argued against it have now grown 
    8989sneakily 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> 
    9292<p>Because Python is a programming language and there are a few 
    9393million lines of Python code in the world, the development process has 
     
    118118to write a PEP.</p> 
    119119</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> 
    122122<p>Any significant additions to the Python core must be accompanied by 
    123123supporting patches for the documentation.  Python's documentation is 
     
    132132docstrings is therefore an easy way to make life easier for users.</p> 
    133133</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> 
    136136<p>The file Misc/NEWS is the traditional place to record all changes to 
    137137the Python code. This file is intended to be a complete record of changes