From: Yukihiro Matsumoto Date: 2006-05-28T01:20:10+09:00 Subject: Re: FasterCSV RCR? Hi, In message "Re: FasterCSV RCR?" on Sat, 27 May 2006 14:31:50 +0900, Hal Fulton writes: |I'd suggest changing the name to CSV. And possibly defaulting to |compat-mode or perhaps issuing a warning if it's detected that |the user is trying to use the Old Library. I agree. I don't want to have two independent CSV readers in the distribution. It's OK that compatible mode is slow, or gives obsoletion warning. But we have to discuss about when it should happen - during 1.8.x or for 1.9. matz.