Numpy 1.8.2 `numpy.loadtxt(comments=None)` considers the string `'None'` as a comment symbol. Expected behaviour: `comments=None` should indicate that there are no comments symbols. Certainly not cast `None` to a string, what is this, Javascript?