This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author njoly
Recipients njoly, obache, pitrou
Date 2010-12-22.00:29:11
SpamBayes Score 5.3555345e-07
Marked as misclassified No
Message-id <1292977755.19.0.0413197741761.issue10475@psf.upfronthosting.co.za>
In-reply-to
Content
I do not tested it extensively, but seems so.

njoly@petaure [temp/python27]> ./python
Python 2.7.1+ (release27-maint:87432M, Dec 22 2010, 01:10:26) 
[GCC 4.1.3 20080704 prerelease (NetBSD nb2 20081120)] on netbsd5
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.version
'2.7.1+ (release27-maint:87432M, Dec 22 2010, 01:10:26) \n[GCC 4.1.3 20080704 prerelease (NetBSD nb2 20081120)]'
>>> import os
>>> os.uname()
('NetBSD', 'petaure.lan', '5.99.41', 'NetBSD 5.99.41 (PETAURE) #7: Mon Dec 20 23:06:49 CET 2010  njoly@petaure.lan:/local/src/NetBSD/obj.amd64/sys/arch/amd64/compile/PETAURE', 'amd64')
History
Date User Action Args
2010-12-22 00:29:15njolysetrecipients: + njoly, pitrou, obache
2010-12-22 00:29:15njolysetmessageid: <1292977755.19.0.0413197741761.issue10475@psf.upfronthosting.co.za>
2010-12-22 00:29:11njolylinkissue10475 messages
2010-12-22 00:29:11njolycreate