I've noticed that the Python environment now uses 4 spaces as indentation instead of a tab character by default. This is an easy switch but an annoyance because I have to retype the class and function definition with tabs before submitting. Sometimes I'll forget and get an IndentationError as a result.