commit | caea7e8d231bb78a32636890edfd8c350a70ea4b | [log] [tgz] |
---|---|---|
author | Brian Curtin <brian@python.org> | Wed Jun 08 19:29:53 2011 -0500 |
committer | Brian Curtin <brian@python.org> | Wed Jun 08 19:29:53 2011 -0500 |
tree | aeb6bc59e66d6469288a44a25d60c85f3ff3f106 | |
parent | ce5493f33d75de2861ccadc618f6f250ab11d2f4 [diff] [blame] |
Merge
diff --git a/Misc/NEWS b/Misc/NEWS index f68a346..3419894 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -16,6 +16,9 @@ Library ------- +- Issue #11583: Speed up os.path.isdir on Windows by using GetFileAttributes + instead of os.stat. + - Issue #12080: Fix a performance issue in Decimal._power_exact that caused some corner-case Decimal.__pow__ calls to take an unreasonably long time.