]> granicus.if.org Git - python/commit
Move pydoc_topics module to its own subdirectory, so that no generated code is in...
authorGeorg Brandl <georg@python.org>
Sun, 26 Apr 2009 09:56:44 +0000 (09:56 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 26 Apr 2009 09:56:44 +0000 (09:56 +0000)
commit438192540d14f6d5de7a2effc6c9958ab6e5a1c6
tree483e2e70924c95c97c3a345a0375a0380f6a964d
parent0d478c455bad145b6e16d58f60667870e9a72456
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 [moved from Lib/pydoc_topics.py with 100% similarity]