**System Information**
CentOS 7 (Linux)
**Blender Version**
Broken: 2.70
**Short description of error**
Minor problem: The python API tooltips for compositing nodes (and shading and texturing it seems) are incorrect, they all start with bpy.data.node_groups["Compositing Nodetree"]..., but in fact the compositing nodes have moved to bpy.data.scenes["Scene Name"].node_tree. It would be helpful if this could be corrected, but I don't have time to figure out how the tooltips work to patch it myself.
**Exact steps for others to reproduce the error**
Open default file. Switch to node editor, and select compositing. Check "Use Nodes" and mouse over any editable property in the nodes displayed, the tooltip begins with bpy.data.node_groups["Compositing Nodetree"].