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/issu
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
JMcB added the comment:
Also found: http://pyserial.sourceforge.net link has moved
--
___
Python tracker
<https://bugs.python.org/issue45845>
___
___
Python-bug
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/
--
__
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/issu
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
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
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