Now using unittest for the tests infraestructure. Also split the
tests in those who need the network, and that who doesn't.
diff --git a/Doc/lib/libpoplib.tex b/Doc/lib/libpoplib.tex
index 16f3946..7b2c4a1 100644
--- a/Doc/lib/libpoplib.tex
+++ b/Doc/lib/libpoplib.tex
@@ -50,8 +50,9 @@
One exception is defined as an attribute of the \module{poplib} module:
\begin{excdesc}{error_proto}
-Exception raised on any errors. The reason for the exception is
-passed to the constructor as a string.
+Exception raised on any errors from this module (errors from
+\module{socket} module are not caught). The reason for the exception
+is passed to the constructor as a string.
\end{excdesc}
\begin{seealso}