diff options
author | Lars Buitinck <larsmans@gmail.com> | 2014-09-25 19:18:23 +0200 |
---|---|---|
committer | Lars Buitinck <larsmans@gmail.com> | 2014-09-25 21:25:05 +0200 |
commit | 66a0441ae70ba4c6da272ee7bd7c8c9a2ba74656 (patch) | |
tree | dce7ffa60563284047e8dda0d22e27404ca1d51c /numpy/core | |
parent | f4fa7bd2a67a577eaa72af83028adcfbc71b7fd4 (diff) | |
download | numpy-66a0441ae70ba4c6da272ee7bd7c8c9a2ba74656.tar.gz |
DOC/MAINT: Python 2.6 or 3.2 required
Installation docs still stated Python 2.4 is supported, while not mentioning
3.x at all. Also corrected the statement that distutils is in python-dev on
Debian, while it's actually in the main package.
Several parts of the dev docs and some comments also referenced now-irrelevant
2.5 bugs/limitations.
Diffstat (limited to 'numpy/core')
-rw-r--r-- | numpy/core/src/multiarray/numpyos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/src/multiarray/numpyos.c b/numpy/core/src/multiarray/numpyos.c index 44b32f4da..dddead7ea 100644 --- a/numpy/core/src/multiarray/numpyos.c +++ b/numpy/core/src/multiarray/numpyos.c @@ -507,7 +507,7 @@ NumPyOS_ascii_strtod(const char *s, char** endptr) /* * ## 2 * - * At least Python versions <= 2.5.2 and <= 2.6.1 + * At least Python versions <= 2.6.1 * * Fails to do best-efforts parsing of strings of the form "1<DP>234" * where <DP> is the decimal point under the foreign locale. |