diff options
author | Georg Brandl <georg@python.org> | 2009-10-27 13:31:19 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-10-27 13:31:19 (GMT) |
commit | 27e872389b528a00b308da9b98f3d556750f20eb (patch) | |
tree | 3e58323c51a59e85ed27be5b9558cac4548aefeb /Doc/tools | |
parent | 9903bc97e27fccc0493a7949702ba267279224f8 (diff) | |
download | cpython-27e872389b528a00b308da9b98f3d556750f20eb.zip cpython-27e872389b528a00b308da9b98f3d556750f20eb.tar.gz cpython-27e872389b528a00b308da9b98f3d556750f20eb.tar.bz2 |
Merged revisions 69417,69435,69442 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69417 | benjamin.peterson | 2009-02-08 00:01:19 +0100 (So, 08 Feb 2009) | 1 line
document individual 2to3 fixers
........
r69435 | benjamin.peterson | 2009-02-08 15:38:13 +0100 (So, 08 Feb 2009) | 1 line
document numliterals fixer
........
r69442 | benjamin.peterson | 2009-02-08 16:14:57 +0100 (So, 08 Feb 2009) | 1 line
a few edits and typos
........
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/sphinxext/pyspecific.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/tools/sphinxext/pyspecific.py b/Doc/tools/sphinxext/pyspecific.py index be6f78d..05cbe37 100644 --- a/Doc/tools/sphinxext/pyspecific.py +++ b/Doc/tools/sphinxext/pyspecific.py @@ -135,3 +135,4 @@ def setup(app): app.add_builder(suspicious.CheckSuspiciousMarkupBuilder) app.add_description_unit('opcode', 'opcode', '%s (opcode)', parse_opcode_signature) + app.add_description_unit('2to3fixer', '2to3fixer', '%s (2to3 fixer)') |