Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 715287f

Browse files
committed
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???)
1 parent f5b6411 commit 715287f

File tree

3 files changed

+274
-205
lines changed

3 files changed

+274
-205
lines changed

Doc/howto/unicode.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _unicode-howto:
2+
13
*****************
24
Unicode HOWTO
35
*****************

Doc/whatsnew/2.6.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _whats-new-in-2.6:
2+
13
****************************
24
What's New in Python 2.6
35
****************************
@@ -244,6 +246,8 @@ have adopted Sphinx as their documentation tool.
244246
The underlying reStructuredText parser and toolset.
245247

246248

249+
.. _pep-0343:
250+
247251
PEP 343: The 'with' statement
248252
=============================
249253

@@ -424,7 +428,7 @@ add a :keyword:`return` statement at the marked location. ::
424428
# return False
425429

426430

427-
.. _module-contextlib:
431+
.. _new-module-contextlib:
428432

429433
The contextlib module
430434
---------------------

0 commit comments

Comments
 (0)