Jython can not call popen on windows

I try to run an external program by popen in jython node. But it run the shell by 
sh -c <cmd>
But I was running this node in windows so i do not have sh at all.

Is this a bug? Can I change it to cmd -c?