On Wed, Jul 2, 2008 at 14:34, Alan McIntyre <[EMAIL PROTECTED]> wrote: > On Wed, Jul 2, 2008 at 1:25 PM, Robert Kern <[EMAIL PROTECTED]> wrote: >> Please remove them and adjust the imports. As I've mentioned before, >> numpy and scipy can now reliably be built in-place with "python >> setup.py build_src --inplace build_ext --inplace". This is a more >> robust method to test uninstalled code than adjusting sys.path. > > Ok. Since set_package_path is also just used for adjusting sys.path, > should that go away as well? If so, I'll remove set_package_path, > set_local_path, and restore_path from numpy/testing/numpytest.py, and > of course remove all their uses.
Please deprecate the functions for 1.2 and schedule them for removal in 1.3. -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
