[issue33556] leftover thread crumb in threading.ident docstring

2018-05-18 Thread Zachary Ware

Zachary Ware  added the comment:

Done, thanks Skip :)

Can we convince you to reclaim your commit bits so you can click the buttons 
yourself next time? ;)

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33556] leftover thread crumb in threading.ident docstring

2018-05-18 Thread Zachary Ware

Zachary Ware  added the comment:


New changeset abde17e663edd6437cc7eb0405fe418449a25d72 by Zachary Ware (Miss 
Islington (bot)) in branch '3.7':
bpo-33556: Remove reference to thread module from docstring (GH-6963)
https://github.com/python/cpython/commit/abde17e663edd6437cc7eb0405fe418449a25d72


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33556] leftover thread crumb in threading.ident docstring

2018-05-18 Thread miss-islington

miss-islington  added the comment:


New changeset c6a5cc8f244ee71ce932003366411aacadda8dd0 by Miss Islington (bot) 
in branch '3.6':
bpo-33556: Remove reference to thread module from docstring (GH-6963)
https://github.com/python/cpython/commit/c6a5cc8f244ee71ce932003366411aacadda8dd0


--
nosy: +miss-islington

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33556] leftover thread crumb in threading.ident docstring

2018-05-18 Thread miss-islington

Change by miss-islington :


--
pull_requests: +6630

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33556] leftover thread crumb in threading.ident docstring

2018-05-18 Thread miss-islington

Change by miss-islington :


--
pull_requests: +6629

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33556] leftover thread crumb in threading.ident docstring

2018-05-18 Thread Zachary Ware

Zachary Ware  added the comment:


New changeset 5634331a76dfe9fbe4b76475e11307a0922d6a15 by Zachary Ware (Skip 
Montanaro) in branch 'master':
bpo-33556: Remove reference to thread module from docstring (GH-6963)
https://github.com/python/cpython/commit/5634331a76dfe9fbe4b76475e11307a0922d6a15


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33556] leftover thread crumb in threading.ident docstring

2018-05-17 Thread Skip Montanaro

Change by Skip Montanaro :


--
keywords: +patch
pull_requests: +6622
stage: needs patch -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33556] leftover thread crumb in threading.ident docstring

2018-05-17 Thread Zachary Ware

Zachary Ware  added the comment:

Rather than a leading underscore, I think `thread.` should just be removed.  
`get_ident` is now exposed by the threading module itself.

For a change this small, 
https://github.com/python/cpython/edit/master/Lib/threading.py can be used to 
create it, but every change requires a PR :)

--
nosy: +zach.ware

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33556] leftover thread crumb in threading.ident docstring

2018-05-17 Thread Skip Montanaro

New submission from Skip Montanaro :

There is a leftover reference to "thread.get_ident" in the docstring for 
threading.ident. I believe it needs a leading underscore.

Hopefully a PR isn't required for this. I'm not equipped to generate one at the 
moment, and this seems like a pretty trivial/obvious fix.

--
components: Library (Lib)
keywords: easy
messages: 316931
nosy: skip.montanaro
priority: normal
severity: normal
stage: needs patch
status: open
title: leftover thread crumb in threading.ident docstring
versions: Python 3.6, Python 3.7, Python 3.8

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com