From f0813dc433076ce7cb674e5763274fd6870b2e1a Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 26 Feb 2001 20:22:47 +0000 Subject: [PATCH] Added PEP 236, Back to the __future__, Tim Peters --- pep-0000.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pep-0000.txt b/pep-0000.txt index 7ade24c86..2e08ce181 100644 --- a/pep-0000.txt +++ b/pep-0000.txt @@ -37,6 +37,7 @@ Index by Category S 229 pep-0229.txt Using Distutils to Build Python Kuchling S 233 pep-0233.txt Python Online Help Prescod S 235 pep-0235.txt Import on Case-Insensitive Platforms Peters + S 236 pep-0236.txt Back to the __future__ Peters Future PEPs (in consideration for Python 2.2) @@ -138,6 +139,7 @@ Numerical Index S 233 pep-0233.txt Python Online Help Prescod S 234 pep-0234.txt Iterators Yee S 235 pep-0235.txt Import on Case-Insensitive Platforms Peters + S 236 pep-0236.txt Back to the __future__ Peters Key