X Tutup
Skip to content

bpo-27618: DOC: Update threading.Lock to define it as factory function#1307

Merged
Mariatta merged 1 commit intopython:masterfrom
csabella:bpo27618
Jun 1, 2017
Merged

bpo-27618: DOC: Update threading.Lock to define it as factory function#1307
Mariatta merged 1 commit intopython:masterfrom
csabella:bpo27618

Conversation

@csabella
Copy link
Copy Markdown
Contributor

Based on the bug tracker, threading.Lock wasn't converted to a class, but the doc inadvertently said it had been. Changed it to match the text used in RLock.

@mention-bot
Copy link
Copy Markdown

@csabella, thanks for your PR! By analyzing the history of the files in this pull request, we identified @birkenfeld, @rhettinger and @bitdancer to be potential reviewers.

@Mariatta Mariatta merged commit 56ddfd2 into python:master Jun 1, 2017
@Mariatta Mariatta added the docs Documentation in the Doc dir label Jun 1, 2017
csabella added a commit to csabella/cpython that referenced this pull request Jun 1, 2017
csabella added a commit to csabella/cpython that referenced this pull request Jun 1, 2017
@csabella
Copy link
Copy Markdown
Contributor Author

csabella commented Jun 1, 2017

I backported to 3.6 and 3.5, but this wasn't applicable to 2.7 as the changed text was added in 3.3

@csabella csabella deleted the bpo27618 branch June 1, 2017 01:32
Mariatta pushed a commit that referenced this pull request Jun 1, 2017
Mariatta pushed a commit that referenced this pull request Jun 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

X Tutup