Package: python2.4-twisted
Severity: important
Tags: patch

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


A mistyped class name in dispatch.py (DeprecationgWarning instead of
DeprecationWarning) causes a runtime error when the file is imported.

- -- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.6
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFEJ83MFq2EwGQTI7ERAkzPAJ4zuL/0rYg3xsghBfhBulsvvwbJ1gCgknoJ
k/cJCFFVZsEr/mZwVbhRscc=
=0Xdd
-----END PGP SIGNATURE-----
--- orig/twisted/python/dispatch.py	2006-03-27 13:27:06.000000000 +0200
+++ dest/twisted/python/dispatch.py	2006-03-27 13:27:18.000000000 +0200
@@ -5,7 +5,7 @@
 warnings.warn(
     "Create your own event dispatching mechanism, "
     "twisted.python.dispatch will soon be no more.",
-    DeprecationgWarning, 2)
+    DeprecationWarning, 2)
 
 
 class EventDispatcher:

Reply via email to