commit | a00bcac00382be7f99ef30e24ec029268efa0cbf | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun Dec 03 12:01:53 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun Dec 03 12:01:53 2006 +0000 |
tree | 5b7e4f5aadf7a7eaa371d3cb898833bbf9ab009c | |
parent | 046c4d13beea45c2b89b7b80f2654dff5a38eac8 [diff] [blame] |
Patch #1371075: Make ConfigParser accept optional dict type for ordering, sorting, etc.
diff --git a/Misc/NEWS b/Misc/NEWS index 0ce50ed..ef6f951 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -101,6 +101,9 @@ Library ------- +- Patch #1371075: Make ConfigParser accept optional dict type + for ordering, sorting, etc. + - Bug #1563807: _ctypes built on AIX fails with ld ffi error. - Bug #1598620: A ctypes Structure cannot contain itself.