[Python-checkins] python/dist/src/Misc NEWS,1.337.2.4.2.68,1.337.2.4.2.69

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sun, 30 Mar 2003 12:57:33 -0800


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

Modified Files:
      Tag: release22-maint
	NEWS 
Log Message:
Patch #710576: Implement per-interpreter-state codec registries.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.337.2.4.2.68
retrieving revision 1.337.2.4.2.69
diff -C2 -d -r1.337.2.4.2.68 -r1.337.2.4.2.69
*** NEWS	20 Mar 2003 18:30:55 -0000	1.337.2.4.2.68
--- NEWS	30 Mar 2003 20:57:30 -0000	1.337.2.4.2.69
***************
*** 3,6 ****
--- 3,10 ----
  ============================
  
+ - SF #710576: Backport of fix for #663074, to implement per-interpreter
+   codecs registries. This adds new members at the end of
+   PyInterpreterState.
+ 
  - SF #705836: The platform-independent routines for packing floats in
    IEEE formats (struct.pack's <f, >f, <d, and >d codes; pickle and