/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/trace.py

  • Committer: Martin Pool
  • Date: 2008-03-19 01:43:43 UTC
  • mto: This revision was merged to the branch mainline in revision 3297.
  • Revision ID: mbp@sourcefrog.net-20080319014343-uftcx516win6wqds
Fix formatting of other occurrences of Python version

Show diffs side-by-side

added added

removed removed

Lines of Context:
437
437
    err_file.write('\n')
438
438
    err_file.write('bzr %s on python %s (%s)\n' % \
439
439
                       (bzrlib.__version__,
440
 
                        '.'.join(map(str, sys.version_info)),
 
440
                        bzrlib._format_version_tuple(sys.version_info),
441
441
                        sys.platform))
442
442
    err_file.write('arguments: %r\n' % sys.argv)
443
443
    err_file.write(