forked from python/peps
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PEP 2, Procedure for Adding New Modules, assigned to esr.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
PEP: 2 | ||
Title: Procedure for Adding New Modules | ||
Version: $Revision$ | ||
Author: esr@snark.thyrsus.com (Eric S. Raymond) | ||
Status: Draft | ||
Type: Informational | ||
Created: 07-Aug-2000 | ||
Post-History: | ||
|
||
|
||
Abstract | ||
|
||
This PEP will describes review and voting procedures for | ||
incorporating candidate modules and extensions into the Python | ||
core. | ||
|
||
|
||
|
||
Local Variables: | ||
mode: indented-text | ||
indent-tabs-mode: nil | ||
End: |