From ec7392eb22b5599db6ace8a6f9d0a145ee110e45 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Tue, 16 Apr 2002 21:26:01 +0000 Subject: [PATCH] Rename PEP 272 --- pep-0000.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pep-0000.txt b/pep-0000.txt index 9be781ae0..c0c170859 100644 --- a/pep-0000.txt +++ b/pep-0000.txt @@ -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