From 1ccd48940df468e13a8eca4682254974f320567f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Thu, 3 May 2007 07:00:04 +0000 Subject: [PATCH] Retitle, clarifying that the PEP talks about extension modules. --- pep-3121.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pep-3121.txt b/pep-3121.txt index 6abb257e6..59e520a2c 100644 --- a/pep-3121.txt +++ b/pep-3121.txt @@ -1,5 +1,5 @@ PEP: 3121 -Title: Module Initialization and finalization +Title: Extension Module Initialization and Finalization Version: $Revision$ Last-Modified: $Date$ Author: Martin v. Löwis @@ -13,11 +13,11 @@ Post-History: Abstract ======== -Module initialization currently has a few deficiencies. There is no -cleanup for modules, the entry point name might give naming conflicts, -the entry functions don't follow the usual calling convention, and -multiple interpreters are not supported well. This PEP addresses these -issues. +Extension module initialization currently has a few deficiencies. +There is no cleanup for modules, the entry point name might give +naming conflicts, the entry functions don't follow the usual calling +convention, and multiple interpreters are not supported well. This PEP +addresses these issues. Problems ========