Strptime Issues

Andy Wilson andywil at nortelnetworks.com
Wed Sep 15 10:11:43 EDT 2004


Hi,
 
I have found some issues with the _strptime.py module in release 2.3.4, I
was wondering if these are being addressed or someone can give me any
assistance.
 
1. I have code that uses a time string format of %Y%U%w, where %U is week
number and %w is day of the week. In release 2.3.x this appears broken.
Earlier code using python 1.5.2 works OK. See this link for more info
 
http://groups.google.com/groups?q=strptime+bug+glawster
<http://groups.google.com/groups?q=strptime+bug+glawster&hl=en&lr=&ie=UTF-8&
group=comp.lang.python.*&selm=2e3b9aea.0406110245.32b59c14%40posting.google.
com&rnum=1>
&hl=en&lr=&ie=UTF-8&group=comp.lang.python.*&selm=2e3b9aea.0406110245.32b59c
14%40posting.google.com&rnum=1
 
2. In using Freeze to build a Solaris executable I get a "no module
strptime" error. The module has not been statically linked into the
executable (as far as I can tell); are there any issues around timemodule.c
and strptime? I have had to do some changes to Modules/Setup in the
distribution to get other modules "linked" but am at a loss for this one.
 
Regards,
Andy Wilson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20040915/f42f51b4/attachment.html>


More information about the Python-list mailing list