[Python-checkins] python/dist/src/Misc NEWS,1.569,1.570

jvr@users.sourceforge.net jvr@users.sourceforge.net
Wed, 25 Dec 2002 15:13:37 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv6402/Misc

Modified Files:
	NEWS 
Log Message:
Backing out patch #642578 in anticipation of final acceptance of PEP 302.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.569
retrieving revision 1.570
diff -C2 -d -r1.569 -r1.570
*** NEWS	25 Dec 2002 16:37:18 -0000	1.569
--- NEWS	25 Dec 2002 23:13:34 -0000	1.570
***************
*** 13,22 ****
  --------------------------------------------
  
- - Exposed the PyImport_FrozenModules variable in import.c through
-   imp.get_frozenmodules() and imp.set_frozenmodules().  This is
-   useful for freezing tools written in Python that use Python for
-   bootstrapping the frozen application.  (XXX: this feature will be
-   backed out if the zipfile import mechanism gets in before 2.3.a1.)
- 
  - One can now assign to __bases__ and __name__ of new-style classes.
  
--- 13,16 ----