mirror of
https://github.com/python/cpython.git
synced 2025-08-15 22:30:42 +00:00
Doc: replace PEP xxx by :pep:xxx
to create a link on the PEP
This commit is contained in:
parent
42a0ba7b2c
commit
8ded477916
6 changed files with 10 additions and 10 deletions
|
@ -118,7 +118,7 @@ can also be used in some cases. ::
|
|||
Module initialization and state
|
||||
===============================
|
||||
|
||||
Python 3.0 has a revamped extension module initialization system. (See PEP
|
||||
Python 3.0 has a revamped extension module initialization system. (See
|
||||
:pep:`3121`.) Instead of storing module state in globals, they should be stored
|
||||
in an interpreter specific structure. Creating modules that act correctly in
|
||||
both 2.x and 3.0 is tricky. The following simple example demonstrates how. ::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue