Some Python 2.1 ideas

Garry Knight garryknight at bigfoot.com
Sun Dec 24 07:11:25 EST 2000


In article <%vb16.187233$U46.5801214 at news1.sttls1.wa.home.com> "Greg
Jorgensen" <gregj at pobox.com> wrote:

> How should these be handled?
> 
>   "foo\n\n\n"

chomp  => "foo\n\n"
chomps => "foo"

-- 
Garry Knight
garryknight at bigfoot.com



More information about the Python-list mailing list