~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/trace.py

  • Committer: Martin Pool
  • Date: 2009-08-14 12:08:08 UTC
  • mto: This revision was merged to the branch mainline in revision 4614.
  • Revision ID: mbp@sourcefrog.net-20090814120808-4gvx7fhg44z29cj3
Use platform(aliased=1)

Show diffs side-by-side

added added

removed removed

Lines of Context:
484
484
    err_file.write('bzr %s on python %s %s\n' % \
485
485
                       (bzrlib.__version__,
486
486
                        bzrlib._format_version_tuple(sys.version_info),
487
 
                        platform.platform()))
 
487
                        platform.platform(aliased=1)))
488
488
    err_file.write('arguments: %r\n' % sys.argv)
489
489
    err_file.write(
490
490
        'encoding: %r, fsenc: %r, lang: %r\n' % (