diff options
author | Georg Brandl <georg@python.org> | 2008-05-17 22:11:54 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-17 22:11:54 (GMT) |
commit | a9916b55de0e42a4c171ff71972ab9cbce014a77 (patch) | |
tree | 23a00bd490e7174a6204b6d28249dfff48b135d1 /Misc | |
parent | c76ffca2befde942bfa98e3972d5cead572c771a (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |