Is there anything actually *wrong* with that FAQ section? I'm not sure how mentioning short float repr would address any particular FAQ. Unless that FAQ is "why do 2.6 and 2.7 give different results?". I agree that the tutorial section for trunk needs updating. I also notice that the FAQs for py3k need to be looked at closely: there are a lot of print statements in there, and doubtless some other 2.x-isms.
No, you are right, there's nothing actually inaccurate. It might be good for it to say, about repr, that it prints the "minimum number of digits necessary", which is what is different from the old behavior. But I agree that it doesn't *have* to change.
I've reviewed these docs again, and I don't see anything left to update (everything in the current 2.7 tutorial appears to be accurate). I also did a grep on the FAQs, and don't see any prints that are statements, so those must have gotten fixed as part of other issues.