[Python-checkins] r65348 - peps/trunk/pep-0371.txt
jesse.noller
python-checkins at python.org
Fri Aug 1 03:31:32 CEST 2008
Author: jesse.noller
Date: Fri Aug 1 03:31:32 2008
New Revision: 65348
Log:
Adjust threading article date, shift open issues to closed for pep 371
Modified:
peps/trunk/pep-0371.txt
Modified: peps/trunk/pep-0371.txt
==============================================================================
--- peps/trunk/pep-0371.txt (original)
+++ peps/trunk/pep-0371.txt Fri Aug 1 03:31:32 2008
@@ -357,16 +357,6 @@
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 @@
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 @@
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.
More information about the Python-checkins
mailing list