summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2005-09-14 17:49:54 (GMT)
committerGuido van Rossum <guido@python.org>2005-09-14 17:49:54 (GMT)
commit539c662f10b41d15f658cabfa03cc02902862adc (patch)
tree4df533b4d47a5481832638a22a7225499ca67591 /Misc/NEWS
parent3fbf3204c5526589eeedf6413a3875a0fdd2f25d (diff)
downloadcpython-539c662f10b41d15f658cabfa03cc02902862adc.zip
cpython-539c662f10b41d15f658cabfa03cc02902862adc.tar.gz
cpython-539c662f10b41d15f658cabfa03cc02902862adc.tar.bz2
- Changes donated by Elemental Security to make it work on HP-UX 11 on
Itanium2 with HP's 64-bit compiler (SF patch #1225212).
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 27483d4..33d6732 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.5 alpha 1?
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).