Rev 5949: Clarify policy about medusa. in file:///home/vila/src/bzr/bugs/781140-ftp-test-coverage/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Tue Jun 7 07:05:47 UTC 2011
At file:///home/vila/src/bzr/bugs/781140-ftp-test-coverage/
------------------------------------------------------------
revno: 5949
revision-id: v.ladeuil+lp at free.fr-20110607070546-zizepv2bvtz171s5
parent: v.ladeuil+lp at free.fr-20110607070023-h2nr27r9ykckd3se
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: 781140-ftp-test-coverage
timestamp: Tue 2011-06-07 09:05:46 +0200
message:
Clarify policy about medusa.
-------------- next part --------------
=== modified file 'bzrlib/tests/ftp_server/__init__.py'
--- a/bzrlib/tests/ftp_server/__init__.py 2011-06-07 07:00:23 +0000
+++ b/bzrlib/tests/ftp_server/__init__.py 2011-06-07 07:05:46 +0000
@@ -24,8 +24,13 @@
try:
from bzrlib.tests.ftp_server import medusa_based
- # medusa is bogus under python2.6
- medusa_available = sys.version_info < (2, 6)
+ # medusa is bogus starting with python2.6, since we don't support earlier
+ # pythons anymore, it's currently useless. There is hope though that the
+ # unicode bugs get fixed in the future so we leave it disabled until
+ # then. Keeping the framework in place means that only the following line
+ # will need to be changed. The last tests were conducted with medusa-2.0
+ # -- vila 20110607
+ medusa_available = False
except ImportError:
medusa_available = False
More information about the bazaar-commits
mailing list