The python*-egenix-mx* packages supersede the old python-mx* packages
found in earlier Debian versions.
A notable difference:
The modules (e.g. DateTime) now have the prefix "mx." in the
namespace. So, for example, if you have used the old DateTime module
in a program, you should instead use mx.Datetime. E.g.:
# Old:
import DateTime
# New:
from mx import DateTime
egenix-mx-base (3.1.3-2ubuntu1) lucid; urgency=low
* debian/control, debian/movefiles.sh, debian/docbase.template
- Split docs out into -doc packages to trim the default package
size (LP: #523969)
- Set maintainer to Ubuntu Core dev. Move Debian maintainer to
XSBC-Original-Maintainer.
-- Ken VanDine <ken.vandine@canonical.com> Thu, 18 Feb 2010 11:41:27 -0500
egenix-mx-b
more»
The upstream source was found on the following address:
http://www.egenix.com/products/python/mxBase/
---------------------------------------------------------------------
COPYRIGHT NOTICE
---------------------------------------------------------------------
Copyright (c) 1997-2000, IKDS Marc-Andre Lemburg; mailto:mal@lemburg.com
Copyright (c) 2000-2007, eGenix.com Software GmbH; mailto:info
more»