[code.view]

[top] / python / PyMOTW / platform / platform_platform.py

     #!/usr/bin/env python
     # encoding: utf-8
     #
     # Copyright (c) 2008 Doug Hellmann All rights reserved.
     #
     """
     """
     
     __version__ = "$Id$"
     #end_pymotw_header
     
     import platform
     
     print 'Normal :', platform.platform()
     print 'Aliased:', platform.platform(aliased=True)
     print 'Terse  :', platform.platform(terse=True)

[top] / python / PyMOTW / platform / platform_platform.py

contact | logmethods.com