commit | 05a19a507d8ef57f24d713dd29dcc79494705d18 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Sat Feb 23 17:21:44 2008 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Sat Feb 23 17:21:44 2008 +0000 |
tree | 538c4067928888053593b3469b0d7add4e8a16f1 | |
parent | be0adfcfa8327b68fed6158fe423656289a870cc [diff] [blame] |
#1433694: minidom's .normalize() failed to set .nextSibling for last element. Fix by Malte Helmert
diff --git a/Misc/NEWS b/Misc/NEWS index aec1f2f..4d40719 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -15,6 +15,10 @@ Library ------- +- Bug #1433694: minidom's .normalize() failed to set .nextSibling for + last child element. + + Extension Modules -----------------