From 276141002f70d7263ac43dfdf07bcd5179128011 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 15 Aug 2007 13:59:05 +0000 Subject: [PATCH] Give some poor files a proper extension. --- Doc-26/{ACKS => ACKS.txt} | 0 Doc-26/{TODO => TODO.txt} | 0 Doc-26/about.rst | 2 +- Doc-3k/{ACKS => ACKS.txt} | 0 Doc-3k/{TODO => TODO.txt} | 0 Doc-3k/about.rst | 2 +- 6 files changed, 2 insertions(+), 2 deletions(-) rename Doc-26/{ACKS => ACKS.txt} (100%) rename Doc-26/{TODO => TODO.txt} (100%) rename Doc-3k/{ACKS => ACKS.txt} (100%) rename Doc-3k/{TODO => TODO.txt} (100%) diff --git a/Doc-26/ACKS b/Doc-26/ACKS.txt similarity index 100% rename from Doc-26/ACKS rename to Doc-26/ACKS.txt diff --git a/Doc-26/TODO b/Doc-26/TODO.txt similarity index 100% rename from Doc-26/TODO rename to Doc-26/TODO.txt diff --git a/Doc-26/about.rst b/Doc-26/about.rst index 1f32f97ed..d3ce2dd0a 100644 --- a/Doc-26/about.rst +++ b/Doc-26/about.rst @@ -27,7 +27,7 @@ Many thanks go to: See :ref:`reporting-bugs` for information how to report bugs in Python itself. .. including the ACKS file here so that it can be maintained separately -.. include:: ACKS +.. include:: ACKS.txt It is only with the input and contributions of the Python community that Python has such wonderful documentation -- Thank You! diff --git a/Doc-3k/ACKS b/Doc-3k/ACKS.txt similarity index 100% rename from Doc-3k/ACKS rename to Doc-3k/ACKS.txt diff --git a/Doc-3k/TODO b/Doc-3k/TODO.txt similarity index 100% rename from Doc-3k/TODO rename to Doc-3k/TODO.txt diff --git a/Doc-3k/about.rst b/Doc-3k/about.rst index 1f32f97ed..d3ce2dd0a 100644 --- a/Doc-3k/about.rst +++ b/Doc-3k/about.rst @@ -27,7 +27,7 @@ Many thanks go to: See :ref:`reporting-bugs` for information how to report bugs in Python itself. .. including the ACKS file here so that it can be maintained separately -.. include:: ACKS +.. include:: ACKS.txt It is only with the input and contributions of the Python community that Python has such wonderful documentation -- Thank You!