[Python-checkins] python/dist/src/Misc NEWS,1.930,1.931

mwh at users.sourceforge.net mwh at users.sourceforge.net
Thu Feb 12 10:28:31 EST 2004


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

Modified Files:
	NEWS 
Log Message:
This is my patch #876198 plus a NEWS entry and a header frob.

Remove the ability to use (from C) arbitrary objects supporting the
read buffer interface as the co_code member of code objects.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.930
retrieving revision 1.931
diff -C2 -d -r1.930 -r1.931
*** NEWS	10 Feb 2004 16:50:21 -0000	1.930
--- NEWS	12 Feb 2004 15:28:27 -0000	1.931
***************
*** 13,16 ****
--- 13,20 ----
  -----------------
  
+ - Support for arbitrary objects supporting the read-only buffer
+   interface as the co_code field of code objects (something that was
+   only possible to create from C code) has been removed.
+ 
  - Made omitted callback and None equivalent for weakref.ref() and
    weakref.proxy(); the None case wasn't handled correctly in all




More information about the Python-checkins mailing list