diff --git a/pep-0371.txt b/pep-0371.txt index 4ed890c42..473fd990b 100644 --- a/pep-0371.txt +++ b/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. - * The PyGILState bug patch submitted in issue 1683 by roudkerk +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.