summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2012-01-26 23:30:52 (GMT)
committerBrett Cannon <brett@python.org>2012-01-26 23:30:52 (GMT)
commitfc70cbcb9a62f3c36820f1f7dc8d0c30b0135558 (patch)
tree29a8d20fa59e3c47ecdf7ad4b446594f53a188b4 /Misc
parentc264e3ee206d5e5d1cb2aeff2cb0cd864dce83c8 (diff)
parent1740afded1fa54f9083e1cfa104f5a661ee06c7e (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2dab0a1..a970dc5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.