Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into bpo-19821-pydoc-ispackage
  • Loading branch information
hugovk authored May 5, 2023
commit a055de5d45ca669c16ad299614d6dbe04398e6b3
2 changes: 1 addition & 1 deletion Lib/test/test_pydoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ def test_splitdoc_with_description(self):
('I Am A Doc', '\nHere is my description'))

def test_is_package_when_not_package(self):
with test.support.temp_cwd() as test_dir:
with os_helper.temp_cwd() as test_dir:
with self.assertWarns(DeprecationWarning):
self.assertFalse(pydoc.ispackage(test_dir))

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.