[Python-checkins] r45268 - peps/trunk/pep-0356.txt

neal.norwitz python-checkins at python.org
Tue Apr 11 09:24:24 CEST 2006


Author: neal.norwitz
Date: Tue Apr 11 09:24:24 2006
New Revision: 45268

Modified:
   peps/trunk/pep-0356.txt
Log:
Add note about PJEs updates to support PEP 302 imports.

Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt	(original)
+++ peps/trunk/pep-0356.txt	Tue Apr 11 09:24:24 2006
@@ -90,6 +90,9 @@
 
     - pysqlite was added to the standard library
 
+    - Add PEP 302 zipfile/__loader__ support to the following modules:
+      warnings, linecache, inspect, traceback, site, and doctest
+
 
 Possible features for 2.5
 


More information about the Python-checkins mailing list