diff options
author | Guido van Rossum <guido@python.org> | 2008-12-02 22:34:15 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2008-12-02 22:34:15 (GMT) |
commit | 715287f12f39a5ea610dbe59f9aea59b9e526bcc (patch) | |
tree | 50be93bc69155589e4f5ef6442e6001bef4315f7 /Doc/whatsnew/2.6.rst | |
parent | f5b64116cc85d82df021aa30bbd63f9823b0efeb (diff) | |
download | cpython-715287f12f39a5ea610dbe59f9aea59b9e526bcc.zip cpython-715287f12f39a5ea610dbe59f9aea59b9e526bcc.tar.gz cpython-715287f12f39a5ea610dbe59f9aea59b9e526bcc.tar.bz2 |
Another checkpoint. More XXXes added...
Also add some labels to 2.6.rst and howto/unicode.rst so I can refer
to them. (Somehow a label named 'module-contextlib' couldn't be
referenced -- why???)
Diffstat (limited to 'Doc/whatsnew/2.6.rst')
-rw-r--r-- | Doc/whatsnew/2.6.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst index 96b254c..98850ea 100644 --- a/Doc/whatsnew/2.6.rst +++ b/Doc/whatsnew/2.6.rst @@ -1,3 +1,5 @@ +.. _whats-new-in-2.6: + **************************** What's New in Python 2.6 **************************** @@ -244,6 +246,8 @@ have adopted Sphinx as their documentation tool. The underlying reStructuredText parser and toolset. +.. _pep-0343: + PEP 343: The 'with' statement ============================= @@ -424,7 +428,7 @@ add a :keyword:`return` statement at the marked location. :: # return False -.. _module-contextlib: +.. _new-module-contextlib: The contextlib module --------------------- |