This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Typo in Lib/multiprocessing/heap.py
Type: Stage: resolved
Components: Documentation Versions: Python 3.3, Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, python-dev, sbt, vajrasky
Priority: normal Keywords:

Created on 2013-07-30 04:44 by vajrasky, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg193913 - (view) Author: Vajrasky Kok (vajrasky) * Date: 2013-07-30 04:44
$ grep Inheirtable Lib/multiprocessing/*
Lib/multiprocessing/heap.py:# Inheirtable class which wraps an mmap, and from which blocks can be allocated
msg193931 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-07-30 13:13
New changeset 634d6307730d by Eli Bendersky in branch '3.3':
Issue #18593: fix typo in comment
http://hg.python.org/cpython/rev/634d6307730d

New changeset b805bace07c5 by Eli Bendersky in branch 'default':
Issue #18593: fix typo in comment
http://hg.python.org/cpython/rev/b805bace07c5
History
Date User Action Args
2022-04-11 14:57:48adminsetgithub: 62793
2013-07-30 13:13:44eli.benderskysetstatus: open -> closed
stage: resolved
resolution: fixed
versions: + Python 3.3
2013-07-30 13:13:08python-devsetnosy: + python-dev
messages: + msg193931
2013-07-30 05:52:55pitrousetnosy: + sbt
2013-07-30 04:44:29vajraskycreate