diff options
author | Brett Cannon <brett@python.org> | 2012-01-26 23:30:52 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2012-01-26 23:30:52 (GMT) |
commit | fc70cbcb9a62f3c36820f1f7dc8d0c30b0135558 (patch) | |
tree | 29a8d20fa59e3c47ecdf7ad4b446594f53a188b4 /Misc | |
parent | c264e3ee206d5e5d1cb2aeff2cb0cd864dce83c8 (diff) | |
parent | 1740afded1fa54f9083e1cfa104f5a661ee06c7e (diff) | |
download | cpython-fc70cbcb9a62f3c36820f1f7dc8d0c30b0135558.zip cpython-fc70cbcb9a62f3c36820f1f7dc8d0c30b0135558.tar.gz cpython-fc70cbcb9a62f3c36820f1f7dc8d0c30b0135558.tar.bz2 |
Issue #13883: PYTHONCASEOK also works with OS X.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2117,6 +2117,8 @@ C-API Documentation ------------- +- Issue #13883: PYTHONCASEOK also works on OS X. + - Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function. |