8000 bpo-28556: Various updates to typing by ilevkivskyi · Pull Request #28 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-28556: Various updates to typing #28

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 3 commits into from
Feb 13, 2017
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
Add issue number
  • Loading branch information
ilevkivskyi committed Feb 12, 2017
commit 400be95d1f4df89f2f10a174be18d4f05573d694
2 changes: 1 addition & 1 deletion Misc/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ Extension Modules
Library
-------

- PR #28: Various updates to typing module: typing.Counter, typing.ChainMap,
- Issue #28556: Various updates to typing module: typing.Counter, typing.ChainMap,
improved ABC caching, etc. Original PRs by Jelle Zijlstra, Ivan Levkivskyi,
Manuel Krebber, and Łukasz Langa.

Expand Down
0