Actions

icon Post
text/html Subscribe
text/html Unsubscribe

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Python 2.5 support?


  • To: <qmtest@xxxxxxxxxxxxxxxx>
  • Subject: Python 2.5 support?
  • From: "Wichmann, Mats D" <mats.d.wichmann@xxxxxxxxx>
  • Date: Fri, 9 Feb 2007 08:51:51 -0800

portions of qmtest (external/DocumentTemplate,
which I gather is imported code) make use of the
regex module, deprecated in Python 2.4 and absent
in 2.5 in favor of re.

Ran into this on Ubuntu Feisty which has 2.5
as the default, and has a qm package; also
seems to still be the case in the svn repo.

Any thoughts towards eliminating the use of
this module to make qmtest cleaner for 2.5?