[issue45844] Dead link 'consolelib' in faq/library
New submission from JMcB : At https://docs.python.org/3/faq/library.html#is-there-a-curses-termcap-package-for-python it says: For Windows: use the consolelib module. And links to: http://effbot.org/zone/console-index.htm This link is dead. Also, a quick google search for consolelib doesn't yield any good results, and I've never heard of it myself. -- assignee: docs@python components: Documentation messages: 406594 nosy: JMcB17, docs@python priority: normal severity: normal status: open title: Dead link 'consolelib' in faq/library type: enhancement versions: Python 3.10 ___ Python tracker <https://bugs.python.org/issue45844> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue45845] Dead link 'pythoncraft.com/OSCON2001' in faq/library
New submission from JMcB : At https://docs.python.org/3/faq/library.html#how-do-i-program-using-threads it says: Aahz has a set of slides from his threading tutorial that are helpful; see http://www.pythoncraft.com/OSCON2001/. This link is dead. -- assignee: docs@python components: Documentation messages: 406595 nosy: JMcB17, docs@python priority: normal severity: normal status: open title: Dead link 'pythoncraft.com/OSCON2001' in faq/library type: enhancement versions: Python 3.10 ___ Python tracker <https://bugs.python.org/issue45845> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue45846] Incorrect name capitalisation in faq/programming
New submission from JMcB : At https://docs.python.org/3/faq/programming.html#how-can-i-have-modules-that-mutually-import-each-other it says: van Rossum doesn’t like this approach much because the imports appear in a strange place, but it does work. The V should be capitalised. References: https://gvanrossum.github.io/ https://en.wikipedia.org/wiki/Guido_van_Rossum#Life_and_education -- assignee: docs@python components: Documentation messages: 406596 nosy: JMcB17, docs@python priority: normal severity: normal status: open title: Incorrect name capitalisation in faq/programming type: enhancement versions: Python 3.10 ___ Python tracker <https://bugs.python.org/issue45846> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue45846] Incorrect name capitalisation in faq/programming
Change by JMcB : -- keywords: +patch pull_requests: +27872 stage: -> patch review pull_request: https://github.com/python/cpython/pull/29641 ___ Python tracker <https://bugs.python.org/issue45846> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue45844] Dead link 'consolelib' in faq/library
JMcB added the comment: The command line libraries I'm aware of that support windows are Blessed (curses-based), Rich, Asciimatics, and python-prompt-toolkit. >From here: https://www.pythondiscord.com/events/code-jams/8/frameworks/ -- ___ Python tracker <https://bugs.python.org/issue45844> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue45845] Dead link 'pythoncraft.com/OSCON2001' in faq/library
JMcB added the comment: Also found: http://pyserial.sourceforge.net link has moved -- ___ Python tracker <https://bugs.python.org/issue45845> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue46013] Confusing period in object.__hash__ doc
New submission from JMcB : At https://docs.python.org/3/reference/datamodel.html#object.__hash__ It says: Called by built-in function hash() and for operations on members of hashed collections including set, frozenset, and dict. __hash__() should return an integer. How it's rendered there, the kerning made it confusing to me on a first read because dict. [new sentence]__hash__() looked like dict.__hash__(). I think a line break should be added, which I'll open a pr to do. -- assignee: docs@python components: Documentation messages: 408014 nosy: JMcB17, docs@python priority: normal severity: normal status: open title: Confusing period in object.__hash__ doc type: enhancement versions: Python 3.10 ___ Python tracker <https://bugs.python.org/issue46013> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue46013] Confusing period in object.__hash__ doc
Change by JMcB : -- keywords: +patch pull_requests: +28212 stage: -> patch review pull_request: https://github.com/python/cpython/pull/29989 ___ Python tracker <https://bugs.python.org/issue46013> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com