commit | 6cf49cf10689bf2ff23fff05928daa23ecdf6fc2 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Mon Mar 24 06:22:57 2008 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Mon Mar 24 06:22:57 2008 +0000 |
tree | f98ace06aafb9ce7005beb8b3dec94bfec382739 | |
parent | e7789b186d640ee00e5709fcfbeca43780d379e4 [diff] [blame] |
Remove the dl module per PEP 3108.
diff --git a/Misc/NEWS b/Misc/NEWS index 4379997..8aa1f30 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -18,6 +18,8 @@ Extension Modules ----------------- +- The dl module was removed, use the ctypes module instead. + - Use wchar_t functions in _locale module. Library