X Tutup
The Wayback Machine - https://web.archive.org/web/20220519134103/https://github.com/python/cpython/pull/23
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

[backport to 3.5] bpo-29474: Improve documentation for weakref.WeakValueDictionary #23

Merged
merged 1 commit into from Feb 12, 2017

Conversation

Mariatta
Copy link
Member

@Mariatta Mariatta commented Feb 11, 2017

There were some grammatical errors in weakref.WeakValueDictionary
documentation.

Same as #10, backported to 3.5 branch

There were some grammatical errors in weakref.WeakValueDictionary
documentation.
@Mariatta Mariatta changed the base branch from master to 3.5 Feb 11, 2017
@codecov
Copy link

@codecov codecov bot commented Feb 11, 2017

Codecov Report

No coverage uploaded for pull request base (3.5@9cd7e17). Click here to learn what that means.

@@          Coverage Diff           @@
##             3.5      #23   +/-   ##
======================================
  Coverage       ?   82.37%           
======================================
  Files          ?     1427           
  Lines          ?   350948           
  Branches       ?        0           
======================================
  Hits           ?   289093           
  Misses         ?    61855           
  Partials       ?        0

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9cd7e17...723fcd3. Read the comment docs.

@Mariatta Mariatta changed the title bpo-29474: Improve documentation for weakref.WeakValueDictionary [backport to 3.5] bpo-29474: Improve documentation for weakref.WeakValueDictionary Feb 11, 2017
zware
zware approved these changes Feb 12, 2017
@Mariatta Mariatta merged commit ae82871 into python:3.5 Feb 12, 2017
2 checks passed
@Mariatta Mariatta deleted the bpo-29474-3.5 branch Feb 12, 2017
paulmon added a commit to paulmon/cpython that referenced this issue Jan 10, 2019
…1.1.1a

Win arm32 squashed openssl 1.1.1a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants
X Tutup