AbstractPollTask: note PipeReaderArrayTestCase v2.2.0_alpha82
authorZac Medico <zmedico@gentoo.org>
Fri, 23 Dec 2011 18:07:35 +0000 (10:07 -0800)
committerZac Medico <zmedico@gentoo.org>
Fri, 23 Dec 2011 18:07:35 +0000 (10:07 -0800)
pym/_emerge/AbstractPollTask.py

index 83e6c7b9c70a8d0374e12e690537eb21646b113c..13e3c23f9059a851e67b988b02a5d9399c7a7739 100644 (file)
@@ -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.
                | ---------------------------------------------------