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

add contextlib.chdir #6191

Merged
merged 7 commits into from
Nov 8, 2021
Merged

add contextlib.chdir #6191

merged 7 commits into from
Nov 8, 2021

Conversation

graingert
Copy link
Contributor

@graingert graingert commented Oct 23, 2021

see python/cpython#28271

Is it too early to start adding 3.11 types to typeshed? I'm looking to add it here so I can backport the types cleanly into contextlib2

stdlib/contextlib.pyi Outdated Show resolved Hide resolved
stdlib/contextlib.pyi Outdated Show resolved Hide resolved
@Akuli
Copy link
Collaborator

Akuli commented Oct 23, 2021

It might be a bit early because 3.11 can still change, but we can always change this later. I would like to know what other maintainers think.

stdlib/contextlib.pyi Outdated Show resolved Hide resolved
@github-actions

This comment has been minimized.

@srittau
Copy link
Collaborator

srittau commented Oct 23, 2021

I'm fine with adding 3.11 annotations, especially ones that are not likely to change. Less chance to forget them later.

stdlib/contextlib.pyi Outdated Show resolved Hide resolved
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

1 similar comment
@github-actions

This comment has been minimized.

stdlib/contextlib.pyi Outdated Show resolved Hide resolved
Co-authored-by: Jelle Zijlstra <[email protected]>
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

stdlib/contextlib.pyi Outdated Show resolved Hide resolved
@github-actions
Copy link
Contributor

github-actions bot commented Nov 8, 2021

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@JelleZijlstra JelleZijlstra merged commit 50dff24 into python:master Nov 8, 2021
@graingert graingert deleted the patch-6 branch November 8, 2021 20:03
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.

4 participants