diff options
author | Brett Cannon <brett@python.org> | 2012-01-26 23:36:08 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2012-01-26 23:36:08 (GMT) |
commit | 722db7bdba74c3c82ecd8b2d44daf1e2508b6734 (patch) | |
tree | cc2215535a5615fdf713b76667ae0344169e41df /Misc/NEWS | |
parent | 65992c1c01115166375e1c6d8484f053919e30da (diff) | |
parent | 1740afded1fa54f9083e1cfa104f5a661ee06c7e (diff) | |
download | cpython-722db7bdba74c3c82ecd8b2d44daf1e2508b6734.zip cpython-722db7bdba74c3c82ecd8b2d44daf1e2508b6734.tar.gz cpython-722db7bdba74c3c82ecd8b2d44daf1e2508b6734.tar.bz2 |
merge
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |