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
........
This commit is contained in:
Georg Brandl 2009-10-27 13:31:19 +00:00
parent 9903bc97e2
commit 27e872389b
2 changed files with 258 additions and 4 deletions

View file

@ -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)')