[Python-checkins] python/dist/src/Misc NEWS,1.706,1.707
doerwalter@users.sourceforge.net
doerwalter@users.sourceforge.net
2003年3月31日 08:15:19 -0800
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv10254/Misc
Modified Files:
NEWS
Log Message:
Fix typo.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.706
retrieving revision 1.707
diff -C2 -d -r1.706 -r1.707
*** NEWS 30 Mar 2003 14:25:40 -0000 1.706
--- NEWS 31 Mar 2003 16:15:13 -0000 1.707
***************
*** 31,35 ****
- Fixed SF bug #663074. The codec system was using global static
! variables to store internal data. As a result, any atempts to use the
unicode system with multiple active interpreters, or successive
interpreter executions, would fail.
--- 31,35 ----
- Fixed SF bug #663074. The codec system was using global static
! variables to store internal data. As a result, any attempts to use the
unicode system with multiple active interpreters, or successive
interpreter executions, would fail.