Adjust threading article date, shift open issues to closed for pep 371
This commit is contained in:
parent
d65cb1112b
commit
28eda976e9
16
pep-0371.txt
16
pep-0371.txt
|
@ -357,16 +357,6 @@ Timing/Schedule
|
|||
|
||||
Open Issues
|
||||
|
||||
* All existing tests for the package should be converted to
|
||||
UnitTest format.
|
||||
|
||||
* Existing documentation has to be moved to ReST formatting.
|
||||
|
||||
* Verify code coverage percentage of existing test suite.
|
||||
|
||||
* Verify current source tree conforms to standard library
|
||||
practices.
|
||||
|
||||
* Confirm no "default" remote connection capabilities, if needed
|
||||
enable the remote security mechanisms by default for those
|
||||
classes which offer remote capabilities.
|
||||
|
@ -375,10 +365,12 @@ Open Issues
|
|||
either need to be added, or the reason for their exclusion needs
|
||||
to be identified and documented clearly.
|
||||
|
||||
Closed Issues
|
||||
|
||||
* The PyGILState bug patch submitted in issue 1683 by roudkerk
|
||||
must be applied for the package unit tests to work.
|
||||
|
||||
Closed Issues
|
||||
* Existing documentation has to be moved to ReST formatting.
|
||||
|
||||
* Reliance on ctypes: The pyprocessing package's reliance on
|
||||
ctypes prevents the package from functioning on platforms where
|
||||
|
@ -415,7 +407,7 @@ References
|
|||
http://wiki.python.org/moin/ParallelProcessing
|
||||
|
||||
[6] The original run_benchmark.py code was published in Python
|
||||
Magazine in December 2008: "Python Threads and the Global
|
||||
Magazine in December 2007: "Python Threads and the Global
|
||||
Interpreter Lock" by Jesse Noller. It has been modified for
|
||||
this PEP.
|
||||
|
||||
|
|
Loading…
Reference in New Issue