[14:01:30] <ionelmc> can't disagree, but here i think python might be at fault: it should either disallow open without encoding or have an 'escape hatch'
[14:16:49] <Ivo> Makes perfect sense to say UTF-8 isn't a valid code page
[14:17:22] <agronholm> that's not the real problem here
[14:23:32] <ionelmc> well, cp65001 should be a code page right?
[14:40:50] <Ivo> interesting discussion about changing open's behaviour here http://grokbase.com/t/python/python-dev/116w24gdra/open-set-the-default-encoding-to-utf-8-in-python-3-3
[14:41:49] <Ivo> The major argument for keeping current "guess-it" behaviour is that if it changes, it will break all other windows programs that also use windows behaviour (expecting BOM, ANSI, console expecting OEM, etc)