This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients
Date 2007-06-30.17:38:52
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The patch is unacceptable in its current form:
- it should be provided as a patch to threading.py, not as a separate module
- it should have a name that follows "the convention", which seems to be that 
  it should have "reader" and "writer" in its name (or "rw"). See how C# and
  Java do it (and other libraries you can find that provide such a mechanism)
- it needs documentation
- it needs tests.
History
Date User Action Args
2007-08-23 15:58:53adminlinkissue1744382 messages
2007-08-23 15:58:53admincreate