Remove old python/ subdir and add README containing the plan.
[fedora-mingw.git] / python / python-2.3.4-pydocnodoc.patch
diff --git a/python/python-2.3.4-pydocnodoc.patch b/python/python-2.3.4-pydocnodoc.patch
deleted file mode 100644 (file)
index f2c1af3..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- Python-2.3.4/Lib/pydoc.py.no-doc   2004-07-16 11:29:01.000000000 -0400
-+++ Python-2.3.4/Lib/pydoc.py  2004-07-16 11:32:52.000000000 -0400
-@@ -1524,6 +1524,7 @@
-         homedir = os.environ.get('PYTHONHOME')
-         for dir in [os.environ.get('PYTHONDOCS'),
-                     homedir and os.path.join(homedir, 'doc'),
-+                    '/usr/share/doc/python-docs-%s/html' % split(sys.version)[0],
-                     os.path.join(execdir, 'doc'),
-                     '/usr/doc/python-docs-' + split(sys.version)[0],
-                     '/usr/doc/python-' + split(sys.version)[0],