Commit 715287f1 authored by Guido van Rossum's avatar Guido van Rossum

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???)
parent f5b64116
.. _unicode-howto:
***************** *****************
Unicode HOWTO Unicode HOWTO
***************** *****************
......
.. _whats-new-in-2.6:
**************************** ****************************
What's New in Python 2.6 What's New in Python 2.6
**************************** ****************************
...@@ -244,6 +246,8 @@ have adopted Sphinx as their documentation tool. ...@@ -244,6 +246,8 @@ have adopted Sphinx as their documentation tool.
The underlying reStructuredText parser and toolset. The underlying reStructuredText parser and toolset.
.. _pep-0343:
PEP 343: The 'with' statement PEP 343: The 'with' statement
============================= =============================
...@@ -424,7 +428,7 @@ add a :keyword:`return` statement at the marked location. :: ...@@ -424,7 +428,7 @@ add a :keyword:`return` statement at the marked location. ::
# return False # return False
.. _module-contextlib: .. _new-module-contextlib:
The contextlib module The contextlib module
--------------------- ---------------------
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment