PEP-3121: Mark as Final (#3471)
This commit is contained in:
parent
1418d8b7b9
commit
e38ee92c88
|
@ -3,13 +3,16 @@ Title: Extension Module Initialization and Finalization
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Martin von Löwis <martin@v.loewis.de>
|
||||
Status: Accepted
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 27-Apr-2007
|
||||
Python-Version: 3.0
|
||||
Post-History:
|
||||
|
||||
.. canonical-doc:: :external+python:c:func:`PyInit_modulename` and
|
||||
:external+python:c:type:`PyModuleDef`
|
||||
|
||||
Abstract
|
||||
========
|
||||
|
||||
|
|
Loading…
Reference in New Issue