commit | c229e6e8ff6de61581f59266dc553f04f2c870c3 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon Feb 20 19:41:11 2012 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Feb 20 19:41:11 2012 +0100 |
tree | 3183a8ab52345140643c99700cd7b828aba7eed8 | |
parent | ea6b4d5f70469071912e81cb29319996cfd990e0 [diff] [blame] |
Issue #14040: Remove rarely used file name suffixes for C extensions (under POSIX mainly). This will improve import performance a bit (especially under importlib).
diff --git a/Misc/NEWS b/Misc/NEWS index d9ad8fc..6e010b7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Core and Builtins ----------------- +- Issue #14040: Remove rarely used file name suffixes for C extensions + (under POSIX mainly). + - Issue #14051: Allow arbitrary attributes to be set of classmethod and staticmethod.