Adjust threading article date, shift open issues to closed for pep 371

This commit is contained in:
Jesse Noller 2008-08-01 01:31:32 +00:00
parent d65cb1112b
commit 28eda976e9
1 changed files with 5 additions and 13 deletions

View File

@ -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.