Is it possible to link a World to the current Scene?

I’m having trouble with this…

import Blender

sc = Blender.Scene.GetCurrent()
w = Blender.World.New('Test')
w.setHor([1,0,0])

sc.link(w)

…does not work. Can anyone help me out here please?