[Python-Dev] Strange error importing a Pickle from 2.7 to 3.2

Scott Dial scott+python-dev at scottdial.com
Thu Feb 24 17:59:57 CET 2011


On 2/24/2011 4:02 AM, M.-A. Lemburg wrote:
> I get 788,000 hits for 'latin1 -"latin-1"' on Google,
> 'latin-1' gives 2,600,000 hits. Looks like it's still
> the preferred way to write that encoding name.

That's bogus. You can't search for "latin-1" on Google, it isn't strict
enough. The third hit is a url containing "latin1" and a title of "Latin
1". And it picks up things like "Latin 1: The Easy Way", which is a book
on Latin.

However, you *can* search much more strictly on Google Code Search,
which gives 4,014 ("latin-1") to 13,597 ("latin1").

http://www.google.com/codesearch?hl=en&lr=&q=%28\%22latin1\%22|\%27latin1\%27%29&sbtn=Search
http://www.google.com/codesearch?hl=en&lr=&q=%28\%22latin-1\%22|\%27latin-1\%27%29&sbtn=Search

So, no, I don't think the development world aligns with your pedantry.
That's not to say this is a popularity contest, but then let's not cite
google hit counts as proof.

-- 
Scott Dial
scott at scottdial.com
scodial at cs.indiana.edu


More information about the Python-Dev mailing list