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 jackdied
Recipients ajaksu2, barry, jackdied, pitrou
Date 2008-08-16.02:52:41
SpamBayes Score 0.003428554
Marked as misclassified No
Message-id <1218855164.91.0.597618587969.issue2676@psf.upfronthosting.co.za>
In-reply-to
Content
Antoine, I looked at your patch and I'm not sure why you applied it
instead of applying mine (or saying +1 on me applying my patch).

Yours uses str.partition which I pointed out is sub-optimal (same big-Oh
but with a larger constant factor) and also adds a function that returns
two things, one of which is thrown away after having a str.strip
performed on it.

If my patch was deficient please let me know.
History
Date User Action Args
2008-08-16 02:52:45jackdiedsetrecipients: + jackdied, barry, pitrou, ajaksu2
2008-08-16 02:52:44jackdiedsetmessageid: <1218855164.91.0.597618587969.issue2676@psf.upfronthosting.co.za>
2008-08-16 02:52:43jackdiedlinkissue2676 messages
2008-08-16 02:52:42jackdiedcreate