The following reply was made to PR ports/144872; it has been noted by GNATS.
From: Leif Neland <[email protected]> To: [email protected], [email protected] Cc: Subject: Re: ports/144872: lang/python25: Python 2.5 uname() broken Date: Tue, 05 Oct 2010 15:32:49 +0200 Seems to be fixed now. My test #!/usr/bin/env python import os print "os.uname() = " + os.uname() gives another error, (my fault...) but print "os.uname() = " + os.uname()[0] as in nagios-statd works correctly: os.uname() = FreeBSD Leif _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "[email protected]"
