]> granicus.if.org Git - python/commit
Merged revisions 71960 via svnmerge from
authorGeorg Brandl <georg@python.org>
Mon, 27 Apr 2009 16:28:57 +0000 (16:28 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 27 Apr 2009 16:28:57 +0000 (16:28 +0000)
commit5617db86c39fa92f4acd2b2b93e9890791469f9f
tree6c01aac783bbaa512e761bd1dd115a9419b124cc
parent4e869c7e5b007b4f215eccdf6b2e42ac944c05a4
Merged revisions 71960 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71960 | georg.brandl | 2009-04-26 11:56:44 +0200 (So, 26 Apr 2009) | 1 line

  Move pydoc_topics module to its own subdirectory, so that no generated code is in Lib/.
........
Doc/Makefile
Doc/tools/sphinxext/pyspecific.py
Lib/pydoc.py
Lib/pydoc_data/__init__.py [new file with mode: 0644]
Lib/pydoc_data/topics.py [new file with mode: 0644]
Lib/pydoc_topics.py [deleted file]