#!/usr/bin/python import asynchat, sys a=asynchat.async_chat() try: a.set_terminator(-1) except ValueError: retval=0 else: retval=1 sys.exit(retval)