summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-12-23 10:07:35 -0800
committerZac Medico <zmedico@gentoo.org>2011-12-23 10:07:35 -0800
commitf7f35fe13abfb038f4ac38e3ec6d56b55c58abc8 (patch)
treec47c813e6ce0eff08f3d0fe4bf78d88a5b37060a
parent1ad30a09a9beeb5ddb4b508c0698dea665be50d5 (diff)
downloadportage-f7f35fe13abfb038f4ac38e3ec6d56b55c58abc8.tar.gz
portage-f7f35fe13abfb038f4ac38e3ec6d56b55c58abc8.tar.bz2
portage-f7f35fe13abfb038f4ac38e3ec6d56b55c58abc8.zip
AbstractPollTask: note PipeReaderArrayTestCasev2.2.0_alpha82
-rw-r--r--pym/_emerge/AbstractPollTask.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/_emerge/AbstractPollTask.py b/pym/_emerge/AbstractPollTask.py
index 83e6c7b9c..13e3c23f9 100644
--- a/pym/_emerge/AbstractPollTask.py
+++ b/pym/_emerge/AbstractPollTask.py
@@ -26,13 +26,13 @@ class AbstractPollTask(AsynchronousTask):
"""
NOTE: array.fromfile() is used here only for testing purposes,
because it has bugs in all known versions of Python (including
- Python 2.7 and Python 3.2).
+ Python 2.7 and Python 3.2). See PipeReaderArrayTestCase.
| POLLIN | RETURN
| BIT | VALUE
| ---------------------------------------------------
| 1 | Read self._bufsize into an instance of
- | | array.array('B') and return it, ignoring
+ | | array.array('B') and return it, handling
| | EOFError and IOError. An empty array
| | indicates EOF.
| ---------------------------------------------------