commit | a9916b55de0e42a4c171ff71972ab9cbce014a77 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat May 17 22:11:54 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Sat May 17 22:11:54 2008 +0000 |
tree | 23a00bd490e7174a6204b6d28249dfff48b135d1 | |
parent | c76ffca2befde942bfa98e3972d5cead572c771a [diff] [blame] |
#2353: raise Py3k warning in file.xreadlines().
diff --git a/Misc/NEWS b/Misc/NEWS index 8ee4d4d..039fd7d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and Builtins ----------------- +- Issue #2353: file.xreadlines() now emits a Py3k warning. + - Issue #2863: generators now have a ``gen.__name__`` attribute that equals ``gen.gi_code.co_name``, like ``func.__name___`` that equals ``func.func_code.co_name``. The repr() of a generator now also