summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2005-09-19 03:54:46 (GMT)
committerSkip Montanaro <skip@pobox.com>2005-09-19 03:54:46 (GMT)
commitf8948ca5d73f1cc02550ad6535f94daffd977cea (patch)
treed4bd2496758d617df5c5fc31fd0538d8d7fd32e5 /Misc
parent4ed673877dd91172775e0e549bd205efe2c25567 (diff)
downloadcpython-f8948ca5d73f1cc02550ad6535f94daffd977cea.zip
cpython-f8948ca5d73f1cc02550ad6535f94daffd977cea.tar.gz
cpython-f8948ca5d73f1cc02550ad6535f94daffd977cea.tar.bz2
skip _locale test if OS X < 10.4
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5eb20ab..df0e16e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.5 alpha 1?
Core and builtins
-----------------
+- test__locale is skipped on OS X < 10.4 (only partial locale support is
+present).
+
- SF bug #893549: parsing keyword arguments was broken with a few format
codes.