[Pkg-bazaar-commits] ./bzr/unstable r508: - new -p option for testbzr to use a different version of python

Martin Pool mbp at sourcefrog.net
Fri Apr 10 08:19:18 UTC 2009


------------------------------------------------------------
revno: 508
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Mon 2005-05-16 14:10:11 +1000
message:
  - new -p option for testbzr to use a different version of python 
    to run the bzr under test
modified:
  NEWS
  TODO
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2005-05-12 03:10:29 +0000
+++ b/NEWS	2005-05-16 04:10:11 +0000
@@ -74,6 +74,9 @@
     * testbzr also runs the internal tests, so the only command
       required to check is just ``./testbzr``.
 
+    * testbzr requires python2.4, but can be used to test bzr running
+      under a different version.
+
 
   INTERNAL:
 

=== modified file 'TODO'
--- a/TODO	2005-05-16 03:38:47 +0000
+++ b/TODO	2005-05-16 04:10:11 +0000
@@ -258,10 +258,6 @@
 
 * Generally, be a bit more verbose unless --silent is specified.
 
-* Tests need to run under Python2.4 to have the new subprocess
-  utilities, but there should be a way to run bzr itself under
-  Python2.3.  Can we?
-
 
 Large things
 ------------



More information about the Pkg-bazaar-commits mailing list