summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-17 22:11:54 (GMT)
committerGeorg Brandl <georg@python.org>2008-05-17 22:11:54 (GMT)
commita9916b55de0e42a4c171ff71972ab9cbce014a77 (patch)
tree23a00bd490e7174a6204b6d28249dfff48b135d1 /Misc
parentc76ffca2befde942bfa98e3972d5cead572c771a (diff)
downloadcpython-a9916b55de0e42a4c171ff71972ab9cbce014a77.zip
cpython-a9916b55de0e42a4c171ff71972ab9cbce014a77.tar.gz
cpython-a9916b55de0e42a4c171ff71972ab9cbce014a77.tar.bz2
#2353: raise Py3k warning in file.xreadlines().
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8ee4d4d..039fd7d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.6 beta 1?
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