summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2012-01-26 23:32:24 (GMT)
committerBrett Cannon <brett@python.org>2012-01-26 23:32:24 (GMT)
commit64b2b6a84d48ba0ddfdfc1cdde20d2932562a1b0 (patch)
tree8c67a99dfe53d9c4e06539f8a8e36209cfba0030 /Misc
parent0a15103d793141e22489a3de612f44f6dbb63d29 (diff)
downloadcpython-64b2b6a84d48ba0ddfdfc1cdde20d2932562a1b0.zip
cpython-64b2b6a84d48ba0ddfdfc1cdde20d2932562a1b0.tar.gz
cpython-64b2b6a84d48ba0ddfdfc1cdde20d2932562a1b0.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 5613ea5..188a09d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -498,6 +498,8 @@ Tests
Documentation
-------------
+- Issue #13883: PYTHONCASEOK also works on OS X, OS/2, and RiscOS.
+
- Issue #2134: The tokenize documentation has been clarified to explain why
all operator and delimiter tokens are treated as token.OP tokens.