Your message dated Sun, 14 May 2006 02:32:08 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#298024: fixed in egenix-mx-base 2.0.6-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: python-egenix-mxdatetime
Version: 2.0.6-1


Here's the bug:


>>> from mx.DateTime import *
>>> dd = 'March 3, 2005 12:01 pm'
>>> DateTimeFrom(dd)
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python2.3/site-packages/mx/DateTime/DateTime.py",
line 219, in DateTimeFrom
    return Parser.DateTimeFromString(arg)
  File "/usr/lib/python2.3/site-packages/mx/DateTime/Parser.py", line
568, in DateTimeFromString
    raise DateTime.RangeError,\
mx.DateTime.RangeError: Failed to parse "March 3, 2005 12:01 pm": hour
out of range (0-23): 24



i saw the fix on this web page:

http://itconnection.ru/pipermail/zopyrus/2002-October/000977.html

in Parser.py:_parse_time:

         if ampm:
             if ampm[0] in ('p', 'P'):
                 # 12pm = midday
                 if hour < 12:
                     hour = hour + 12
             else:
                 # 12am = midnight
                 if hour >= 12:
                     hour = hour - 12



thanks


--- End Message ---
--- Begin Message ---
Source: egenix-mx-base
Source-Version: 2.0.6-3

We believe that the bug you reported is fixed in the latest version of
egenix-mx-base, which is due to be installed in the Debian FTP archive:

egenix-mx-base_2.0.6-3.diff.gz
  to pool/main/e/egenix-mx-base/egenix-mx-base_2.0.6-3.diff.gz
egenix-mx-base_2.0.6-3.dsc
  to pool/main/e/egenix-mx-base/egenix-mx-base_2.0.6-3.dsc
python-egenix-mx-base-dev_2.0.6-3_all.deb
  to pool/main/e/egenix-mx-base/python-egenix-mx-base-dev_2.0.6-3_all.deb
python-egenix-mxdatetime_2.0.6-3_all.deb
  to pool/main/e/egenix-mx-base/python-egenix-mxdatetime_2.0.6-3_all.deb
python-egenix-mxproxy_2.0.6-3_all.deb
  to pool/main/e/egenix-mx-base/python-egenix-mxproxy_2.0.6-3_all.deb
python-egenix-mxqueue_2.0.6-3_all.deb
  to pool/main/e/egenix-mx-base/python-egenix-mxqueue_2.0.6-3_all.deb
python-egenix-mxstack_2.0.6-3_all.deb
  to pool/main/e/egenix-mx-base/python-egenix-mxstack_2.0.6-3_all.deb
python-egenix-mxtexttools_2.0.6-3_all.deb
  to pool/main/e/egenix-mx-base/python-egenix-mxtexttools_2.0.6-3_all.deb
python-egenix-mxtools_2.0.6-3_all.deb
  to pool/main/e/egenix-mx-base/python-egenix-mxtools_2.0.6-3_all.deb
python2.3-egenix-mxdatetime_2.0.6-3_i386.deb
  to pool/main/e/egenix-mx-base/python2.3-egenix-mxdatetime_2.0.6-3_i386.deb
python2.3-egenix-mxproxy_2.0.6-3_i386.deb
  to pool/main/e/egenix-mx-base/python2.3-egenix-mxproxy_2.0.6-3_i386.deb
python2.3-egenix-mxqueue_2.0.6-3_i386.deb
  to pool/main/e/egenix-mx-base/python2.3-egenix-mxqueue_2.0.6-3_i386.deb
python2.3-egenix-mxstack_2.0.6-3_i386.deb
  to pool/main/e/egenix-mx-base/python2.3-egenix-mxstack_2.0.6-3_i386.deb
python2.3-egenix-mxtexttools_2.0.6-3_i386.deb
  to pool/main/e/egenix-mx-base/python2.3-egenix-mxtexttools_2.0.6-3_i386.deb
python2.3-egenix-mxtools_2.0.6-3_i386.deb
  to pool/main/e/egenix-mx-base/python2.3-egenix-mxtools_2.0.6-3_i386.deb
python2.4-egenix-mxdatetime_2.0.6-3_i386.deb
  to pool/main/e/egenix-mx-base/python2.4-egenix-mxdatetime_2.0.6-3_i386.deb
python2.4-egenix-mxproxy_2.0.6-3_i386.deb
  to pool/main/e/egenix-mx-base/python2.4-egenix-mxproxy_2.0.6-3_i386.deb
python2.4-egenix-mxqueue_2.0.6-3_i386.deb
  to pool/main/e/egenix-mx-base/python2.4-egenix-mxqueue_2.0.6-3_i386.deb
python2.4-egenix-mxstack_2.0.6-3_i386.deb
  to pool/main/e/egenix-mx-base/python2.4-egenix-mxstack_2.0.6-3_i386.deb
python2.4-egenix-mxtexttools_2.0.6-3_i386.deb
  to pool/main/e/egenix-mx-base/python2.4-egenix-mxtexttools_2.0.6-3_i386.deb
python2.4-egenix-mxtools_2.0.6-3_i386.deb
  to pool/main/e/egenix-mx-base/python2.4-egenix-mxtools_2.0.6-3_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joel Rosdahl <[EMAIL PROTECTED]> (supplier of updated egenix-mx-base package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 14 May 2006 10:58:44 +0200
Source: egenix-mx-base
Binary: python2.4-egenix-mxdatetime python-egenix-mxstack 
python2.3-egenix-mxproxy python-egenix-mxdatetime python-egenix-mx-base-dev 
python2.3-egenix-mxdatetime python2.3-egenix-mxqueue python-egenix-mxqueue 
python2.3-egenix-mxstack python2.4-egenix-mxqueue python-egenix-mxtexttools 
python2.4-egenix-mxstack python2.3-egenix-mxtexttools python2.3-egenix-mxtools 
python2.4-egenix-mxproxy python2.4-egenix-mxtexttools python2.4-egenix-mxtools 
python-egenix-mxproxy python-egenix-mxtools
Architecture: source i386 all
Version: 2.0.6-3
Distribution: unstable
Urgency: low
Maintainer: Joel Rosdahl <[EMAIL PROTECTED]>
Changed-By: Joel Rosdahl <[EMAIL PROTECTED]>
Description: 
 python-egenix-mx-base-dev - development files for the egenix-mx-base 
distribution
 python-egenix-mxdatetime - date and time handling routines for Python [dummy 
package]
 python-egenix-mxproxy - generic proxy wrapper type for Python [dummy package]
 python-egenix-mxqueue - fast and memory-efficient queue for Python [dummy 
package]
 python-egenix-mxstack - fast and memory-efficient stack for Python [dummy 
package]
 python-egenix-mxtexttools - fast text manipulation tools for Python [dummy 
package]
 python-egenix-mxtools - collection of new builtins for Python [dummy package]
 python2.3-egenix-mxdatetime - date and time handling routines for Python 2.3
 python2.3-egenix-mxproxy - generic proxy wrapper type for Python 2.3
 python2.3-egenix-mxqueue - fast and memory-efficient queue for Python 2.3
 python2.3-egenix-mxstack - fast and memory-efficient stack for Python 2.3
 python2.3-egenix-mxtexttools - fast text manipulation tools for Python 2.3
 python2.3-egenix-mxtools - collection of new builtins for Python 2.3
 python2.4-egenix-mxdatetime - date and time handling routines for Python 2.4
 python2.4-egenix-mxproxy - generic proxy wrapper type for Python 2.4
 python2.4-egenix-mxqueue - fast and memory-efficient queue for Python 2.4
 python2.4-egenix-mxstack - fast and memory-efficient stack for Python 2.4
 python2.4-egenix-mxtexttools - fast text manipulation tools for Python 2.4
 python2.4-egenix-mxtools - collection of new builtins for Python 2.4
Closes: 298024
Changes: 
 egenix-mx-base (2.0.6-3) unstable; urgency=low
 .
   * Standards-Version 3.6.2.
   * Created 05_DateTime_ampm_parse_fix.dpatch. Sorry for the delay!
     Closes: bug#298024.
   * Applied bug fix from Matt Chapman to 04_DateTime_format_fix. Thanks!
Files: 
 ecf148a7067d270e4dcda8ebe5cd8733 1116 python optional 
egenix-mx-base_2.0.6-3.dsc
 a4dfffbf2793d5ebe0e845eaccdbf3b0 11241 python optional 
egenix-mx-base_2.0.6-3.diff.gz
 ef06589e5d02a1ae9730a78a8f3659fd 6270 python optional 
python-egenix-mxdatetime_2.0.6-3_all.deb
 b45dff4cb4a5e5a45db452ae77df87c9 6138 python optional 
python-egenix-mxproxy_2.0.6-3_all.deb
 6ea05d4a5ca4919d8dee712adece9234 5884 python optional 
python-egenix-mxqueue_2.0.6-3_all.deb
 fe547e1cfc9319a9fd9494260e650cdb 5936 python optional 
python-egenix-mxstack_2.0.6-3_all.deb
 4641421a97dfdaa47aac93d3f7b58a84 6156 python optional 
python-egenix-mxtexttools_2.0.6-3_all.deb
 6558e6e41196f3050cba06f4720f68a9 6062 python optional 
python-egenix-mxtools_2.0.6-3_all.deb
 bd649babbb63aa83b6ebe3e0543354a1 36498 python extra 
python-egenix-mx-base-dev_2.0.6-3_all.deb
 021689dda193f7ea77a44ff41a2dd75a 104266 python optional 
python2.3-egenix-mxdatetime_2.0.6-3_i386.deb
 ddf59a5145d2bed43dce43a2380dd2a4 104268 python optional 
python2.4-egenix-mxdatetime_2.0.6-3_i386.deb
 ffa5a53babd7f4cd25679cec45247728 29276 python optional 
python2.3-egenix-mxproxy_2.0.6-3_i386.deb
 c68b2042407ab9a559264a9c2c2f32eb 29270 python optional 
python2.4-egenix-mxproxy_2.0.6-3_i386.deb
 e1f3dde3d4f434f6356b8d48e2271ef2 18178 python optional 
python2.3-egenix-mxqueue_2.0.6-3_i386.deb
 1de0d57344eeafdde90ead5bd5913071 18178 python optional 
python2.4-egenix-mxqueue_2.0.6-3_i386.deb
 9e025633560cbc41b75bf2378da03dc6 19926 python optional 
python2.3-egenix-mxstack_2.0.6-3_i386.deb
 767c1e55d615d5b1a42da7a07d4ce936 19932 python optional 
python2.4-egenix-mxstack_2.0.6-3_i386.deb
 de039d51ff08eac6f947d9f32d667a51 64778 python optional 
python2.3-egenix-mxtexttools_2.0.6-3_i386.deb
 a1ee6bfdd8ae42621eaeb1ecb5d869d7 64774 python optional 
python2.4-egenix-mxtexttools_2.0.6-3_i386.deb
 55198e7b172fea5b18a72d0ae892c789 86858 python optional 
python2.3-egenix-mxtools_2.0.6-3_i386.deb
 2f3be032e3d180004a1dba4fa0cd83e9 86856 python optional 
python2.4-egenix-mxtools_2.0.6-3_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFEZvIHAGT5/7uEXpcRAqrgAKCEOrjTwJZtxMI3o797rI2Da5AFGQCgoIgH
b4yWzBl08AMDfwc7/BKutj8=
=+MTZ
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to