Python 2.6 is the bridge to 3.0.
Backward compatibility is a complete non-issue. It's minor, isolated and specialized. There are only a few things that most people will notice are incompatible, primarily the loss of the print statement.
There's a specific conversion strategy and tools for checking your code for compatibility and making the necessary changes.
It will be painless. Learn with 2.6, using the 3.0 features. It'll all be good.
