diff options
author | Guido van Rossum <guido@python.org> | 2005-09-14 17:49:54 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2005-09-14 17:49:54 (GMT) |
commit | 539c662f10b41d15f658cabfa03cc02902862adc (patch) | |
tree | 4df533b4d47a5481832638a22a7225499ca67591 /Misc/NEWS | |
parent | 3fbf3204c5526589eeedf6413a3875a0fdd2f25d (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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). |