Skip to content
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

Drop ipython_genutils requirement #792

Merged
merged 2 commits into from
Oct 25, 2021

Conversation

penguinolog
Copy link
Contributor

  • use from traitlets.utils import filefind
  • ensure_dir_exists -> os.makedirs(..., exist_ok=True)
  • buffer_to_bytes - use in-place copy
  • TemporaryDirectory - use from tempfile
  • TemporaryWorkingDirectory - make private copy
  • str_to_bytes - use str.encode("utf-8") for test cases

* use `from traitlets.utils import filefind`
* `ensure_dir_exists` -> `os.makedirs(..., exist_ok=True)`
* `buffer_to_bytes` - use in-place copy
* `TemporaryDirectory` - use from `tempfile`
* `TemporaryWorkingDirectory` - make private copy
* `str_to_bytes` - use `str.encode("utf-8")` for test cases
@blink1073 blink1073 added this to the 6.5 milestone Oct 25, 2021
Copy link
Contributor

@blink1073 blink1073 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@blink1073 blink1073 merged commit 46e6e32 into ipython:master Oct 25, 2021
@penguinolog penguinolog deleted the reduce_genutils branch October 25, 2021 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants