From c4a12f5142a46e732874289dd15cd99224c913a4 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 20 Sep 2001 16:02:29 +0000 Subject: [PATCH] Added PEP 272, API for Secret-Key Encryption Algorithms, Kuchling --- pep-0000.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pep-0000.txt b/pep-0000.txt index ac26c7c02..44896bd18 100644 --- a/pep-0000.txt +++ b/pep-0000.txt @@ -40,6 +40,7 @@ Index by Category I 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 Accepted PEPs (accepted for Python 2.2; may not be implemented yet) @@ -225,6 +226,7 @@ Numerical Index S 269 Pgen Module for Python Riehl S 270 uniq method for list objects Petrone S 271 Prefixing sys.path by command line option Giacometti + I 272 API for Secret-Key Encryption Algorithms Kuchling Key