commit | fc70cbcb9a62f3c36820f1f7dc8d0c30b0135558 | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Thu Jan 26 18:30:52 2012 -0500 |
committer | Brett Cannon <brett@python.org> | Thu Jan 26 18:30:52 2012 -0500 |
tree | 29a8d20fa59e3c47ecdf7ad4b446594f53a188b4 | |
parent | c264e3ee206d5e5d1cb2aeff2cb0cd864dce83c8 [diff] [blame] | |
parent | 1740afded1fa54f9083e1cfa104f5a661ee06c7e [diff] [blame] |
Issue #13883: PYTHONCASEOK also works with OS X.
diff --git a/Misc/NEWS b/Misc/NEWS index 2dab0a1..a970dc5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -2117,6 +2117,8 @@ Documentation ------------- +- Issue #13883: PYTHONCASEOK also works on OS X. + - Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function.