This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients christian.heimes, gvanrossum, mark_t_russell, rhettinger
Date 2007-12-10.19:38:33
SpamBayes Score 0.17667231
Marked as misclassified No
Message-id <1197315514.4.0.685434106782.issue1677872@psf.upfronthosting.co.za>
In-reply-to
Content
I'd like to see the doc patches separated out and applied to 2.6 --
they'll automatically merge into 3.0 then. Make that a separate bug please.

I like the idea, haven't had time to carefully review the code, but
noticed one oddity:

>>> for line in reversed(open("/etc/passwd")): print(line, end="")

immediately raises

ValueError: I/O operation on closed file
History
Date User Action Args
2007-12-10 19:38:34gvanrossumsetspambayes_score: 0.176672 -> 0.17667231
recipients: + gvanrossum, rhettinger, christian.heimes, mark_t_russell
2007-12-10 19:38:34gvanrossumsetspambayes_score: 0.176672 -> 0.176672
messageid: <1197315514.4.0.685434106782.issue1677872@psf.upfronthosting.co.za>
2007-12-10 19:38:34gvanrossumlinkissue1677872 messages
2007-12-10 19:38:33gvanrossumcreate