Learning Python by Mark Lutz & David Ascher Following is the change made in the 6/99 reprint: {265} In the get_temperature(country,state,city) function, line 13 used to read: stop = string.index(data,'°v;F',start-1) It now reads: stop = string.index(data,'°F',start-1)