Skip to content

bpo-40275: Add os_helper submodule in test.support#20765

Merged
vstinner merged 3 commits intopython:masterfrom
shihai1991:bpo_40275_os_helper_2
Jun 10, 2020
Merged

bpo-40275: Add os_helper submodule in test.support#20765
vstinner merged 3 commits intopython:masterfrom
shihai1991:bpo_40275_os_helper_2

Conversation

@shihai1991
Copy link
Member

@shihai1991 shihai1991 commented Jun 9, 2020

remove the following vars, functions, classes in os_helper:

  • rmtree()
  • unlink()
  • rmdir()
  • FS_NONASCII
  • TESTFN_UNICODE, TESTFN_NONASCII, TESTFN_UNENCODABLE, TESTFN_UNDECODABLE
  • SAVEDCWD
  • temp_dir()
  • change_cwd()
  • temp_cwd()
  • temp_umask()
  • create_empty_file()
  • make_bad_fd()
  • EnvironmentVarGuard
  • can_symlink(), skip_unless_symlink()
  • can_xattr(), skip_unless_xattr()
  • fs_is_case_insensitive()
  • fd_count()
  • FakePath

https://bugs.python.org/issue40275

@shihai1991 shihai1991 changed the title bpo-40275: Add os_helper submodule in test.support [another idea] bpo-40275: Add os_helper submodule in test.support Jun 10, 2020
@vstinner vstinner merged commit 0d00b2a into python:master Jun 10, 2020
@vstinner
Copy link
Member

Thanks @shihai1991, merged. Would you be interested to create import_helper submodule now? https://bugs.python.org/issue40275#msg368840

@shihai1991
Copy link
Member Author

Thanks @shihai1991, merged. Would you be interested to create import_helper submodule now? https://bugs.python.org/issue40275#msg368840

Thanks, victor. I will continue create PRs now.

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.

4 participants