Thanks to visit codestin.com
Credit goes to github.com

Skip to content

removals in Python 3.7 #2018

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

Merged
merged 1 commit into from
Apr 6, 2018
Merged

Conversation

JelleZijlstra
Copy link
Member

@@ -46,7 +46,7 @@ if sys.version_info < (3,):
def readPlistFromString(data: str) -> DictT[str, Any]: ...
def writePlistToString(rootObject: Mapping[str, Any]) -> str: ...

if sys.version_info >= (3,):
if sys.version_info < (3, 7):
Copy link
Member Author

Choose a reason for hiding this comment

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

I verified that this class does exist in 2.7.

@gvanrossum gvanrossum merged commit 54ecefe into python:master Apr 6, 2018
@JelleZijlstra JelleZijlstra deleted the 37-removals branch April 6, 2018 18:11
yedpodtrzitko pushed a commit to yedpodtrzitko/typeshed that referenced this pull request Jan 23, 2019
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.

2 participants