ports/144872: lang/python25: Python 2.5 uname() broken

Leif Neland leif at neland.dk
Tue Oct 5 13:40:03 UTC 2010


The following reply was made to PR ports/144872; it has been noted by GNATS.

From: Leif Neland <leif at neland.dk>
To: bug-followup at FreeBSD.org, leif at neland.dk
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
 


More information about the freebsd-python mailing list