Python: vertex normal according to World

If i get a normal of a vertex - i'll get it in local coordinates. For example: bpy.context.object.data.vertices[0].normal If an object will have rotation or scale - normal direction will be incor...