PEP 371: Resolve unreferenced footnotes (#3234)
This commit is contained in:
parent
45b12fff40
commit
4254ec14ed
23
pep-0371.txt
23
pep-0371.txt
|
@ -9,7 +9,7 @@ Type: Standards Track
|
|||
Content-Type: text/x-rst
|
||||
Created: 06-May-2008
|
||||
Python-Version: 2.6, 3.0
|
||||
Post-History:
|
||||
Post-History: `03-Jun-2008 <https://mail.python.org/pipermail/python-dev/2008-June/080011.html>`__
|
||||
|
||||
|
||||
Abstract
|
||||
|
@ -144,7 +144,7 @@ All of the code for this can be downloaded from
|
|||
http://jessenoller.com/code/bench-src.tgz
|
||||
|
||||
The basic method of execution for these benchmarks is in the
|
||||
run_benchmarks.py script, which is simply a wrapper to execute a
|
||||
run_benchmarks.py [6]_ script, which is simply a wrapper to execute a
|
||||
target function through a single threaded (linear), multi-threaded
|
||||
(via threading), and multi-process (via pyprocessing) function for
|
||||
a static number of iterations with increasing numbers of execution
|
||||
|
@ -407,15 +407,15 @@ References
|
|||
https://web.archive.org/web/20080914113946/https://pyprocessing.berlios.de/
|
||||
|
||||
.. [2] See Adam Olsen's "safe threading" project
|
||||
http://code.google.com/p/python-safethread/
|
||||
https://code.google.com/archive/p/python-safethread/
|
||||
|
||||
.. [3] See: Addition of "pyprocessing" module to standard lib.
|
||||
https://mail.python.org/pipermail/python-dev/2008-May/079417.html
|
||||
|
||||
.. [4] http://mpi4py.scipy.org/
|
||||
.. [4] https://mpi4py.readthedocs.io/
|
||||
|
||||
.. [5] See "Cluster Computing"
|
||||
http://wiki.python.org/moin/ParallelProcessing
|
||||
https://wiki.python.org/moin/ParallelProcessing#Cluster_Computing
|
||||
|
||||
.. [6] The original run_benchmark.py code was published in Python
|
||||
Magazine in December 2007: "Python Threads and the Global
|
||||
|
@ -424,20 +424,7 @@ References
|
|||
|
||||
.. [7] http://groups.google.com/group/python-dev2/msg/54cf06d15cbcbc34
|
||||
|
||||
.. [8] Addition Python-Dev discussion
|
||||
https://mail.python.org/pipermail/python-dev/2008-June/080011.html
|
||||
|
||||
Copyright
|
||||
=========
|
||||
|
||||
This document has been placed in the public domain.
|
||||
|
||||
|
||||
..
|
||||
Local Variables:
|
||||
mode: indented-text
|
||||
indent-tabs-mode: nil
|
||||
sentence-end-double-space: t
|
||||
fill-column: 70
|
||||
coding: utf-8
|
||||
End:
|
||||
|
|
Loading…
Reference in New Issue