[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.93, 1.1193.2.94

gvanrossum@users.sourceforge.net gvanrossum at users.sourceforge.net
Wed Sep 14 19:54:42 CEST 2005


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

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
(backport from HEAD)
- Changes donated by Elemental Security to make it work on HP-UX 11 on
  Itanium2 with HP's 64-bit compiler (SF patch #1225212).


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.93
retrieving revision 1.1193.2.94
diff -u -d -r1.1193.2.93 -r1.1193.2.94
--- NEWS	1 Sep 2005 12:03:14 -0000	1.1193.2.93
+++ NEWS	14 Sep 2005 17:54:39 -0000	1.1193.2.94
@@ -12,6 +12,9 @@
 Core and builtins
 -----------------
 
+- Changes donated by Elemental Security to make it work on HP-UX 11 on
+  Itanium2 with HP's 64-bit compiler (SF patch #1225212).
+
 - Disallow keyword arguments for type constructors that don't use them
   (fixes bug #1119418).
 



More information about the Python-checkins mailing list