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
bpo-41810: Reintroduce types.EllipsisType, .NoneType & .NotImplementedType
#22336
Merged
+54
−5
Merged
Changes from 1 commit
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
00639fc
Reintroduced `types.EllipsisType`
BvB93 0a97a88
Replaced `type(...)` and `type(ellipsis)` with `types.EllipsisType`
BvB93 8aecfd5
Added `EllipsisType` to the documentation
BvB93 4066b4b
Added Misc/NEWS.d and whatsnew entries
BvB93 307dcc1
Updated the acknowledgements
BvB93 9fc1381
Reintroduced `types.NoneType` and `types.NotImplementedType`
BvB93 2791a23
Replaced `type(NotImplemented)` and `type(None)`
BvB93 da1ab85
Added `types.NoneType` & `types.NotImplementedType` to whatsnew and t…
BvB93 f682623
Replaced a duplicate `EllipsisType` with `NotImplementedType`
BvB93 3701498
Provide motivation for the type reintroduction
BvB93 33caa6f
Explicitly mention static type checkers
BvB93 84ebe18
Revert the `type(...)` to `types....` replacements
BvB93 23ed559
Reworded parts of the `constants` documentation
BvB93 File filter
Filter by extension
Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Added
EllipsisType to the documentation
- Loading branch information
commit 8aecfd52580453da2410f2c69d299a5d99016365
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.