commit | af6a27a704cd832f91e25b1052f4b6cc52a4e704 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Fri Jan 03 19:16:14 2003 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Fri Jan 03 19:16:14 2003 +0000 |
tree | ff34bd57ae9ef045d524b8acdded723131fd20e8 | |
parent | bb0246ac2528fbce1cbe25a26f852a4badb4baeb [diff] |
Allow PyFile_GetLine() to return Unicode objects. Fixes #660165.
diff --git a/Misc/NEWS b/Misc/NEWS index 00008e5..0969651 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and builtins ----------------- +- raw_input can now return Unicode objects. + - List objects' sort() method now accepts None as the comparison function. Passing None is semantically identical to calling sort() with no arguments.