[Python-checkins] python/dist/src/Misc NEWS,1.1010,1.1011

loewis at users.sourceforge.net loewis at users.sourceforge.net
Sun Jun 27 12:51:48 EDT 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25751/Misc

Modified Files:
	NEWS 
Log Message:
Patch #923098: Share interned strings in marshal.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1010
retrieving revision 1.1011
diff -C2 -d -r1.1010 -r1.1011
*** NEWS	26 Jun 2004 04:03:06 -0000	1.1010
--- NEWS	27 Jun 2004 16:51:46 -0000	1.1011
***************
*** 13,16 ****
--- 13,19 ----
  -----------------
  
+ - marshal now shares interned strings. This change introduces
+   a new .pyc magic.
+ 
  - Bug #966623. classes created with type() in an exec(, {}) don't
    have a __module__, but code in typeobject assumed it would always




More information about the Python-checkins mailing list