Add version number to title of PEP 272, and mark it final
This commit is contained in:
parent
842de4b458
commit
f656de7ff1
|
@ -47,7 +47,7 @@ Index by Category
|
|||
IF 247 API for Cryptographic Hash Functions Kuchling
|
||||
I 248 Python Database API Specification v1.0 Lemburg
|
||||
I 249 Python Database API Specification v2.0 Lemburg
|
||||
I 272 API for Block Encryption Algorithms Kuchling
|
||||
IF 272 API for Block Encryption Algorithms v1.0 Kuchling
|
||||
|
||||
Accepted PEPs (accepted; may not be implemented yet)
|
||||
|
||||
|
@ -249,7 +249,7 @@ Numerical Index
|
|||
S 269 Pgen Module for Python Riehl
|
||||
S 270 uniq method for list objects Petrone
|
||||
SR 271 Prefixing sys.path by command line option Giacometti
|
||||
I 272 API for Block Encryption Algorithms Kuchling
|
||||
IF 272 API for Block Encryption Algorithms v1.0 Kuchling
|
||||
S 273 Import Modules from Zip Archives Ahlstrom
|
||||
S 274 Dict Comprehensions Warsaw
|
||||
S 275 Switching on Multiple Values Lemburg
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
PEP: 272
|
||||
Title: API for Block Encryption Algorithms
|
||||
Title: API for Block Encryption Algorithms v1.0
|
||||
Version: $Revision$
|
||||
Author: A.M. Kuchling <akuchlin@mems-exchange.org>
|
||||
Status: Draft
|
||||
Status: Final
|
||||
Type: Informational
|
||||
Created: 18-Sep-2001
|
||||
Post-History: 17-Apr-2002
|
||||
Post-History: 17-Apr-2002, 29-May-2002
|
||||
|
||||
Abstract
|
||||
|
||||
|
|
Loading…
Reference in New Issue