summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2012-01-26 23:29:06 (GMT)
committerBrett Cannon <brett@python.org>2012-01-26 23:29:06 (GMT)
commit1740afded1fa54f9083e1cfa104f5a661ee06c7e (patch)
tree519b6b958356c0e2e1b06996f16a0027b4ff5544 /Misc
parent6c89a79d555a8d72b74fad5f533d36cfb645c808 (diff)
downloadcpython-1740afded1fa54f9083e1cfa104f5a661ee06c7e.zip
cpython-1740afded1fa54f9083e1cfa104f5a661ee06c7e.tar.gz
cpython-1740afded1fa54f9083e1cfa104f5a661ee06c7e.tar.bz2
Issue #13883: Document all platforms PYTHONCASEOK works on.
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 5e2c47e..ba60758 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -432,6 +432,8 @@ Extension Modules
Documentation
-------------
+- Issue #13883: PYTHONCASEOK also used on OS X and OS/2.
+
- Issue #12949: Document the kwonlyargcount argument for the PyCode_New
C API function.