[Python-checkins] python/dist/src/Misc NEWS, 1.831.4.105, 1.831.4.106 (original) (raw)
loewis at users.sourceforge.net loewis at users.sourceforge.net
Fri May 7 03:16:36 EDT 2004
- Previous message: [Python-checkins] python/dist/src/Lib sre_compile.py,1.49,1.49.6.1
- Next message: [Python-checkins] python/dist/src/Modules sre.h,2.22,2.22.16.1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvsroot/python/python/dist/src/Misc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24226/Misc
Modified Files: Tag: release23-maint NEWS Log Message: Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848.
Index: NEWS
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v retrieving revision 1.831.4.105 retrieving revision 1.831.4.106 diff -C2 -d -r1.831.4.105 -r1.831.4.106 *** NEWS 6 May 2004 02:22:23 -0000 1.831.4.105 --- NEWS 7 May 2004 07:16:32 -0000 1.831.4.106 *************** *** 43,46 **** --- 43,48 ----
- Bug #931848: Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode.
- Bug #938076: Consider output encoding in XMLGenerator.
- Previous message: [Python-checkins] python/dist/src/Lib sre_compile.py,1.49,1.49.6.1
- Next message: [Python-checkins] python/dist/src/Modules sre.h,2.22,2.22.16.1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]