summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2012-01-26 23:36:08 (GMT)
committerBrett Cannon <brett@python.org>2012-01-26 23:36:08 (GMT)
commit722db7bdba74c3c82ecd8b2d44daf1e2508b6734 (patch)
treecc2215535a5615fdf713b76667ae0344169e41df /Misc
parent65992c1c01115166375e1c6d8484f053919e30da (diff)
parent1740afded1fa54f9083e1cfa104f5a661ee06c7e (diff)
downloadcpython-722db7bdba74c3c82ecd8b2d44daf1e2508b6734.zip
cpython-722db7bdba74c3c82ecd8b2d44daf1e2508b6734.tar.gz
cpython-722db7bdba74c3c82ecd8b2d44daf1e2508b6734.tar.bz2
merge
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 7005518..5a52b9f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -435,6 +435,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.