Skip to content

TASK: Deprecate filemanip functions #3464

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
3 tasks
effigies opened this issue May 10, 2022 · 0 comments
Open
3 tasks

TASK: Deprecate filemanip functions #3464

effigies opened this issue May 10, 2022 · 0 comments

Comments

@effigies
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant