diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2014-09-15 08:51:27 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2014-09-15 08:56:41 -0600 |
commit | fa37c97d1201f02bea9ccaa1f63660f3aa47bde1 (patch) | |
tree | abad18cff1963359f62824b8ff4f1a90d9acee1d /doc | |
parent | 04f6c0fe5a80b982f6da88fda47ecf6c05122370 (diff) | |
download | numpy-fa37c97d1201f02bea9ccaa1f63660f3aa47bde1.tar.gz |
MAINT: Remove testcalcs.py file.
The testcalcs.py file is nowhere imported or installed, nor did anyone
reply when it was proposed on the mailing list to remove it. It looks
to be a leftover from the original work on datetime.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/1.10.0-notes.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/release/1.10.0-notes.rst b/doc/release/1.10.0-notes.rst index 5990c9107..553267cad 100644 --- a/doc/release/1.10.0-notes.rst +++ b/doc/release/1.10.0-notes.rst @@ -12,6 +12,7 @@ Dropped Support =============== * The polytemplate.py file has been removed. * The _dotblas module is no longer available. +* The testcalcs.py file has been removed. Future Changes |