diff options
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/user/basics.io.genfromtxt.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/source/user/basics.io.genfromtxt.rst b/doc/source/user/basics.io.genfromtxt.rst index 2bdd5a0d0..17774eeeb 100644 --- a/doc/source/user/basics.io.genfromtxt.rst +++ b/doc/source/user/basics.io.genfromtxt.rst @@ -133,13 +133,16 @@ marker(s) is simply ignored:: [ 7. 8.] [ 9. 0.]] +.. versionadded:: 1.7.0 + + When ``comments`` is set to ``None``, no lines are treated as comments. + .. note:: There is one notable exception to this behavior: if the optional argument ``names=True``, the first commented line will be examined for names. - Skipping lines and choosing columns =================================== |