[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.32,
1.1193.2.33
loewis at users.sourceforge.net
loewis at users.sourceforge.net
Tue Mar 8 16:05:21 CET 2005
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26176/Misc
Modified Files:
Tag: release24-maint
NEWS
Log Message:
Build with --disable-unicode again. Fixes #1158607.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.32
retrieving revision 1.1193.2.33
diff -u -d -r1.1193.2.32 -r1.1193.2.33
--- NEWS 5 Mar 2005 02:48:03 -0000 1.1193.2.32
+++ NEWS 8 Mar 2005 15:05:15 -0000 1.1193.2.33
@@ -96,6 +96,8 @@
Build
-----
+- Bug #1158607: Build with --disable-unicode again.
+
- term.h is now properly detected again.
- Check for tzset no longer dependent on tm->tm_zone to exist in the struct
More information about the Python-checkins
mailing list