diff options
author | Eric Smith <eric@trueblade.com> | 2009-04-27 19:04:37 (GMT) |
---|---|---|
committer | Eric Smith <eric@trueblade.com> | 2009-04-27 19:04:37 (GMT) |
commit | cac7af6863a997376bffe00ecf07a62c5618a5d9 (patch) | |
tree | 625ae6ebde4f6027d49bb3d40b6955888527fb05 /Misc/NEWS | |
parent | ec047e0725cf31f24eb5ed3c43e6da843deea83a (diff) | |
download | cpython-cac7af6863a997376bffe00ecf07a62c5618a5d9.zip cpython-cac7af6863a997376bffe00ecf07a62c5618a5d9.tar.gz cpython-cac7af6863a997376bffe00ecf07a62c5618a5d9.tar.bz2 |
Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ What's New in Python 2.7 alpha 1 Core and Builtins ----------------- +- Issue #5793: Rationalize isdigit / isalpha / tolower, etc. Includes + new Py_ISDIGIT / Py_ISALPHA / Py_TOLOWER, etc. in pctypes.h. + - Issue #4971: Fix titlecase for characters that are their own titlecase, but not their own uppercase. |