~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-03-19 03:22:43 UTC
  • mfrom: (3293.2.2 trivial)
  • Revision ID: pqm@pqm.ubuntu.com-20080319032243-u1uwskj36dp0i0hs
(mbp)(trivial) Better formatting of python version number

Show diffs side-by-side

added added

removed removed

Lines of Context:
2666
2666
            print '   %s (%s python%s)' % (
2667
2667
                    bzrlib.__path__[0],
2668
2668
                    bzrlib.version_string,
2669
 
                    '.'.join(map(str, sys.version_info)),
 
2669
                    bzrlib._format_version_tuple(sys.version_info),
2670
2670
                    )
2671
2671
        print
2672
2672
        if testspecs_list is not None: