[Python-checkins] python/dist/src/Misc NEWS,1.550,1.551

jvr@users.sourceforge.net jvr@users.sourceforge.net
Sun, 01 Dec 2002 13:43:15 -0800


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

Modified Files:
	NEWS 
Log Message:
The new imp.[gs]et_frozenmodules() will be utterly redundant if the
zipfile import stuff get in. I'll probably back it out again.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.550
retrieving revision 1.551
diff -C2 -d -r1.550 -r1.551
*** NEWS	29 Nov 2002 20:47:39 -0000	1.550
--- NEWS	1 Dec 2002 21:43:13 -0000	1.551
***************
*** 16,20 ****
    imp.get_frozenmodules() and imp.set_frozenmodules().  This is
    useful for freezing tools written in Python that use Python for
!   bootstrapping the frozen application.
  
  - One can now assign to __bases__ and __name__ of new-style classes.
--- 16,21 ----
    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.