[PATCH] Require Python 2.4

uws uws at xs4all.nl
Mon Jul 25 22:01:58 BST 2005


Now that bzr needs Python 2.4 to run, the required version number should be
bumped. The attached patch fixes the problem I had on a machine with both
Python 2.3 and 2.4 installed, 2.3 being the default.

  mvrgr, Wouter

-- 
:wq                                                       mail uws at xs4all.nl
                                                      web http://uwstopia.nl

try walking in my shoes :: you stumble in my footsteps       -- depeche mode
-------------- next part --------------
--- bzr.orig	2005-07-25 23:55:24.000000000 +0200
+++ bzr	2005-07-25 23:50:09.000000000 +0200
@@ -25,7 +25,7 @@
 
 
 REINVOKE = "__BZR_REINVOKE"    
-NEED_VERS = (2, 3)
+NEED_VERS = (2, 4)
 
 if version_info < NEED_VERS:
     if not os.environ.has_key(REINVOKE):
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20050725/3424b047/attachment.pgp 


More information about the bazaar mailing list