Hello,

we can confirm the bug. This must have been caused by a refactoring
of the constructor helper function.

We'll fix it in the next release.

Thanks,
-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Jun 25 2007)
>>> Python/Zope Consulting and Support ...        http://www.egenix.com/
>>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________
2007-07-09: EuroPython 2007, Vilnius, Lithuania            13 days to go

:::: Try mxODBC.Zope.DA for Windows,Linux,Solaris,MacOSX for free ! ::::


   eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
    D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
           Registered at Amtsgericht Duesseldorf: HRB 46611


On 2007-06-25 18:26, Joel Rosdahl wrote:
> Hello,
> 
> (If this is not the correct address to send bug reports to, please
> tell me.)
> 
> Enclosed is a bug report sent by a Debian user.
> 
> Regards,
> Joel (Debian maintainer of the egenix base packages)
> 
> 
> 
> ------------------------------------------------------------------------
> 
> Subject:
> Bug#430557: python-egenix-mxdatetime: Date(2007, 1, -1) does not work
> anymore
> From:
> Nicolas Chauvat <[EMAIL PROTECTED]>
> Date:
> Mon, 25 Jun 2007 17:17:58 +0200
> To:
> Debian Bug Tracking System <[EMAIL PROTECTED]>
> 
> To:
> Debian Bug Tracking System <[EMAIL PROTECTED]>
> 
> 
> Package: python-egenix-mxdatetime
> Version: 3.0.0-1
> Severity: normal
> 
> 
> It used to be
> 
>>>> from mx.DateTime import Date
>>>> d = Date(2007,1,-1)
>>>> print d.year, d.month, d.day
> 2007 1 31
> 
> and now is 
> 
>>>> from mx.DateTime import Date
>>>> d = Date(2007,1,-1)
>>>> print d.year, d.month, d.day
> 2007 1 -1
> 
> which is problematic and the opposite of what the documentation says
> (downloaded pdf from egenix website for version 3.0 of mx.datetime).
> 
> -- System Information:
> Debian Release: lenny/sid
>   APT prefers unstable
>   APT policy: (500, 'unstable'), (1, 'experimental')
> Architecture: amd64 (x86_64)
> 
> Kernel: Linux 2.6.18-4-amd64 (SMP w/4 CPU cores)
> Locale: LANG=fr_FR, LC_CTYPE=fr_FR (charmap=ISO-8859-1) (ignored: LC_ALL set 
> to fr_FR)
> Shell: /bin/sh linked to /bin/bash
> 
> Versions of packages python-egenix-mxdatetime depends on:
> ii  libc6                         2.5-7      GNU C Library: Shared libraries
> ii  python                        2.4.4-6    An interactive high-level 
> object-o
> ii  python-central                0.5.14     register and build utility for 
> Pyt
> ii  python-egenix-mxtools         3.0.0-1    collection of additional 
> builtins 
> ii  python2.4                     2.4.4-4    An interactive high-level 
> object-o
> ii  python2.5                     2.5.1-1    An interactive high-level 
> object-o
> 
> python-egenix-mxdatetime recommends no packages.
> 
> -- no debconf information
> 
> 
> 
> ------------------------------------------------------------------------
> 
> 
> 
> 
> ------------------------------------------------------------------------
> 
> ______________________________________________________________________
> eGenix Support Team                                 [EMAIL PROTECTED]
>                         http://www.egenix.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to