summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-10-01 17:08:50 (GMT)
committerGeorg Brandl <georg@python.org>2012-10-01 17:08:50 (GMT)
commit44d0c2156a292b2e9297b2220941e340d4ec32df (patch)
treeb04291a2861bdd652ff92415e70658596d98445f /Doc/whatsnew
parent8fc6cb35c53657e96cee75f0d8e8a918b93e554b (diff)
downloadcpython-44d0c2156a292b2e9297b2220941e340d4ec32df.zip
cpython-44d0c2156a292b2e9297b2220941e340d4ec32df.tar.gz
cpython-44d0c2156a292b2e9297b2220941e340d4ec32df.tar.bz2
Several improvements to the HTML NEWS version:
* rename to "Changelog" * recognize more issue links * add NEWS as a dependency for Sphinx
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/changelog.rst (renamed from Doc/whatsnew/news.rst)6
-rw-r--r--Doc/whatsnew/index.rst8
2 files changed, 7 insertions, 7 deletions
diff --git a/Doc/whatsnew/news.rst b/Doc/whatsnew/changelog.rst
index 2f81ed3..680d110 100644
--- a/Doc/whatsnew/news.rst
+++ b/Doc/whatsnew/changelog.rst
@@ -1,6 +1,6 @@
-+++++++++++
-Python News
-+++++++++++
++++++++++
+Changelog
++++++++++
.. raw:: html
diff --git a/Doc/whatsnew/index.rst b/Doc/whatsnew/index.rst
index a06849b..bc1206b 100644
--- a/Doc/whatsnew/index.rst
+++ b/Doc/whatsnew/index.rst
@@ -24,10 +24,10 @@ anyone wishing to stay up-to-date after a new release.
2.1.rst
2.0.rst
-The "Python News" is a HTML version of the file :source:`Misc/NEWS` which
-contains *all* nontrivial changes to Python.
+The "Changelog" is a HTML version of the file :source:`Misc/NEWS` which
+contains *all* nontrivial changes to Python for the current version.
.. toctree::
- :maxdepth: 1
+ :maxdepth: 2
- news.rst
+ changelog.rst