nipype icon indicating copy to clipboard operation
nipype copied to clipboard

TASK: Deprecate filemanip functions

Open effigies opened this issue 3 years ago • 0 comments
trafficstars

Summary

We have some functions in filemanip that exist because they were not handled in the standard library or included features that we wanted to backport. We should go through and assess what can/should be deprecated and removed.

  • [ ] Deprecate filemanip.which in favor of shutil.which, including suggestions on necessary changes
  • [ ] path_resolve() seems to be a backport of Python 3.6's pathlib.Path.resolve()
  • [ ] relpath() seems to be a backport of os.path.relpath. Not sure when that was added.

Others?

effigies avatar May 10 '22 17:05 effigies