Your message dated Sun, 19 Feb 2012 00:28:52 +0100
with message-id
<capdtaj1_n2u3m8xrx0t+sx9w2sxvmppqu+rxzhocuzthwm6...@mail.gmail.com>
and subject line Re: [Python-modules-team] Bug#559574: python-multiprocessing:
typos (unkown -> unknown)
has caused the Debian Bug report #559574,
regarding python-multiprocessing: typos (unkown -> unknown)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
559574: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559574
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-multiprocessing
Version: 2.6.2.1-2
Severity: minor
The attached patch fixes some typos.
--
Jakub Wilk
diff --git a/Lib/multiprocessing/synchronize.py b/Lib/multiprocessing/synchronize.py
--- a/Lib/multiprocessing/synchronize.py
+++ b/Lib/multiprocessing/synchronize.py
@@ -192,7 +192,7 @@
num_waiters = (self._sleeping_count._semlock._get_value() -
self._woken_count._semlock._get_value())
except Exception:
- num_waiters = 'unkown'
+ num_waiters = 'unknown'
return '<Condition(%s, %s)>' % (self._lock, num_waiters)
def wait(self, timeout=None):
diff --git a/Modules/_multiprocessing/multiprocessing.c b/Modules/_multiprocessing/multiprocessing.c
--- a/Modules/_multiprocessing/multiprocessing.c
+++ b/Modules/_multiprocessing/multiprocessing.c
@@ -57,7 +57,7 @@
break;
default:
PyErr_Format(PyExc_RuntimeError,
- "unkown error number %d", num);
+ "unknown error number %d", num);
}
return NULL;
}
--- End Message ---
--- Begin Message ---
Version: 2.6.2.1-4+rm
On Sat, Dec 5, 2009 at 14:16, Jakub Wilk <[email protected]> wrote:
> The attached patch fixes some typos.
multiprocessing external module has been removed from
testing/unstable, and only lives in stable, but bugs like this won't
be fixed there, so closing.
Cheers,
--
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi
--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team