From 0d4a8172a7bceac5bdca37cc199d9bfba889cc4f Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 3 Sep 2009 08:46:33 +0200 Subject: apt/progress/__init__.py: doc update --- apt/progress/__init__.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'apt') diff --git a/apt/progress/__init__.py b/apt/progress/__init__.py index 337bd161..3a6b3f91 100644 --- a/apt/progress/__init__.py +++ b/apt/progress/__init__.py @@ -284,7 +284,11 @@ class InstallProgress(DumbInstallProgress): return os.fork() def waitChild(self): - """Wait for child progress to exit.""" + """Wait for child progress to exit. + + The return values is the full status returned from os.waitpid() + (not only the return code). + """ while True: try: select.select([self.statusfd], [], [], self.selectTimeout) -- cgit v1.2.3