Rename PEP 272

This commit is contained in:
Andrew M. Kuchling 2002-04-16 21:26:01 +00:00
parent 7e43fdeaa1
commit ec7392eb22
1 changed files with 2 additions and 2 deletions

View File

@ -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 Secret-Key Encryption Algorithms Kuchling
I 272 API for Block Encryption Algorithms 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 Secret-Key Encryption Algorithms Kuchling
I 272 API for Block Encryption Algorithms Kuchling
S 273 Import Modules from Zip Archives Ahlstrom
S 274 Dict Comprehensions Warsaw
S 275 Switching on Multiple Values Lemburg