@@ -16,9 +16,9 @@ release schedule.
16
16
The changes in Python 2.5 are an interesting mix of language and library
17
17
improvements. The library enhancements will be more important to Python's user
18
18
community, I think, because several widely-useful packages were added. New
19
- modules include ElementTree for XML processing (section :ref: ` module- etree `),
20
- the SQLite database module (section :ref: ` module- sqlite `), and the :mod: `ctypes `
21
- module for calling C functions (section :ref: ` module-ctypes `) .
19
+ modules include ElementTree for XML processing (:mod: ` xml. etree `),
20
+ the SQLite database module (:mod: ` sqlite `), and the :mod: `ctypes `
21
+ module for calling C functions.
22
22
23
23
The language changes are of middling significance. Some pleasant new features
24
24
were added, but most of them aren't features that you'll use every day.
@@ -736,7 +736,7 @@ add a :keyword:`return` statement at the marked location. ::
736
736
# return False
737
737
738
738
739
- .. _ module-contextlib :
739
+ .. _ contextlibmod :
740
740
741
741
The contextlib module
742
742
---------------------
@@ -1273,7 +1273,7 @@ complete list of changes, or look through the SVN logs for all the details.
1273
1273
(Contributed by Raymond Hettinger.)
1274
1274
1275
1275
* New module: The :mod: `contextlib ` module contains helper functions for use
1276
- with the new ':keyword: `with `' statement. See section :ref: `module-contextlib `
1276
+ with the new ':keyword: `with `' statement. See section :ref: `contextlibmod `
1277
1277
for more about this module.
1278
1278
1279
1279
* New module: The :mod: `cProfile ` module is a C implementation of the existing
@@ -2272,8 +2272,6 @@ code:
2272
2272
.. ======================================================================
2273
2273
2274
2274
2275
- .. _acks :
2276
-
2277
2275
Acknowledgements
2278
2276
================
2279
2277
0 commit comments