Skip to content

Move wrap into the "base.py" module.#209

Merged
Tinche merged 4 commits intoTinche:mainfrom
stankudrow:move-wrap-to-base
Feb 8, 2025
Merged

Move wrap into the "base.py" module.#209
Tinche merged 4 commits intoTinche:mainfrom
stankudrow:move-wrap-to-base

Conversation

@stankudrow
Copy link
Contributor

@stankudrow stankudrow commented Feb 3, 2025

Info:

The wrapped functin from the "os.py" and "ospath.py" modules are sorted and the latter module defines the __all__ variable, so these modules are "aligned". These changes are unrelated, but I think they are good to have.

@stankudrow stankudrow marked this pull request as draft February 3, 2025 07:00
@stankudrow stankudrow marked this pull request as ready for review February 6, 2025 20:28
@stankudrow stankudrow requested a review from Tinche February 7, 2025 10:29
@stankudrow
Copy link
Contributor Author

When this PR is done, we can move on to the #207 .

@Tinche
Copy link
Owner

Tinche commented Feb 8, 2025

Cool, thanks!

@Tinche Tinche merged commit f76b758 into Tinche:main Feb 8, 2025
14 checks passed
@stankudrow stankudrow deleted the move-wrap-to-base branch February 8, 2025 15:47
stankudrow pushed a commit to stankudrow/aiofiles that referenced this pull request Feb 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move the wrap function the base.py module. OS module import fails

2 participants