version: 0.4.0
authorTero Marttila <terom@paivola.fi>
Sun, 13 Jan 2013 03:48:36 +0200
changeset 132 a54950a8e4ec
parent 131 aa12f64f8976
child 133 6365568b4a5a
version: 0.4.0
pvl/socket.py
setup.py
--- a/pvl/socket.py	Sun Jan 13 03:44:45 2013 +0200
+++ b/pvl/socket.py	Sun Jan 13 03:48:36 2013 +0200
@@ -145,6 +145,7 @@
     else :
         return "{host}:{port}".format(host=host, port=port)
 
+# XXX: SIGPIPE
 def nonblocking (call, *args, **kwargs) :
     """
         Call the given function, which read/writes on a nonblocking file, and return None if it would have blocked.
--- a/setup.py	Sun Jan 13 03:44:45 2013 +0200
+++ b/setup.py	Sun Jan 13 03:48:36 2013 +0200
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 # encoding: utf-8
 
-__version__ = '0.3.0'
+__version__ = '0.4.0'
 
 from distutils.core import setup