diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2010-09-12 22:42:57 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2010-09-12 22:42:57 (GMT) |
commit | feb7307db4b4582af9ac01719f7df651c2eed077 (patch) | |
tree | fdf12671ce7ea77718886f4ee73370ab8b19c490 /Doc/whatsnew | |
parent | b2f98401d123b940b282777b8e435f4a9ea0c085 (diff) | |
download | cpython-feb7307db4b4582af9ac01719f7df651c2eed077.zip cpython-feb7307db4b4582af9ac01719f7df651c2eed077.tar.gz cpython-feb7307db4b4582af9ac01719f7df651c2eed077.tar.bz2 |
#9210: remove --with-wctype-functions configure option.
The internal unicode database is now always used.
(after 5 years: see
http://mail.python.org/pipermail/python-dev/2004-December/050193.html
)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.2.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 7d8b2e6..0f9366d 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -525,6 +525,11 @@ Changes to Python's build process and to the C API include: (Contributed by Antoine Pitrou; :issue:`9203`.) +* The option ``--with-wctype-functions`` was removed. The built-in unicode + database is now used for all functions. + + (Contributed by Amaury Forgeot D'Arc; :issue:`9210`.) + Porting to Python 3.2 ===================== |