Merge 3.2

This commit is contained in:
Éric Araujo 2011-09-12 17:41:24 +02:00
commit 4c3124c2b9

View file

@ -1041,10 +1041,11 @@ class TextDoc(Doc):
if docloc is not None: if docloc is not None:
result = result + self.section('MODULE REFERENCE', docloc + """ result = result + self.section('MODULE REFERENCE', docloc + """
The following documentation is automatically generated from the Python source The following documentation is automatically generated from the Python
files. It may be incomplete, incorrect or include features that are considered source files. It may be incomplete, incorrect or include features that
implementation detail and may vary between Python implementations. When in are considered implementation detail and may vary between Python
doubt, consult the module reference at the location listed above. implementations. When in doubt, consult the module reference at the
location listed above.
""") """)
if desc: if desc: