projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e931ed5
)
SF #639945 was fixed in alpha 1
author
Neal Norwitz
<nnorwitz@gmail.com>
Fri, 10 Jan 2003 23:29:48 +0000
(23:29 +0000)
committer
Neal Norwitz
<nnorwitz@gmail.com>
Fri, 10 Jan 2003 23:29:48 +0000
(23:29 +0000)
Misc/NEWS
patch
|
blob
|
history
diff --git
a/Misc/NEWS
b/Misc/NEWS
index 60b20d2ca55ff4fe73da138b4e9e69771cac3093..1fa1c8c44e98d5d569f63d94dd45528804eebea9 100644
(file)
--- a/
Misc/NEWS
+++ b/
Misc/NEWS
@@
-499,6
+499,8
@@
Core and builtins
slots are now always tried after trying the corresponding nb_* slots.
This fixes a number of minor bugs (see bug #624807).
+- Fix problem with dynamic loading on 64-bit AIX (see bug #639945).
+
Extension modules
-----------------