diff options
author | Ned Deily <nad@acm.org> | 2012-02-05 23:55:50 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2012-02-05 23:55:50 (GMT) |
commit | 2c8bf04308a078cc8c24dfe16afa816efebeb2da (patch) | |
tree | 74963ad9fa3c36897c8d262f6887962c5bae54e9 /Misc | |
parent | adb87e2677caad4cd167e4915763dda105bc982c (diff) | |
download | cpython-2c8bf04308a078cc8c24dfe16afa816efebeb2da.zip cpython-2c8bf04308a078cc8c24dfe16afa816efebeb2da.tar.gz cpython-2c8bf04308a078cc8c24dfe16afa816efebeb2da.tar.bz2 |
Issue #10881: Fix test_site failures with OS X framework builds.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -90,6 +90,8 @@ Core and Builtins Library ------- +- Issue #10881: Fix test_site failures with OS X framework builds. + - Issue #964437 Make IDLE help window non-modal. Patch by Guilherme Polo and Roger Serwy. |