commit | d5890c8db5ed67d41719543a34b33f6a0e0a6f7f | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Jan 14 13:23:30 2012 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Jan 14 13:23:30 2012 -0500 |
tree | 9bf92ee63587d31ed44e8a37d90582913d37d95c | |
parent | 94d5a7174aaa107617b208ebc511a8f360196b1a [diff] [blame] |
add str.casefold() (closes #13752)
diff --git a/Misc/NEWS b/Misc/NEWS index adb6e45..1afe584 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,8 @@ Core and Builtins ----------------- +- Issue #13752: Add a casefold() method to str. + - Issue #13761: Add a "flush" keyword argument to the print() function, used to ensure flushing the output stream.