[New-bugs-announce] [issue2490] Assertion failure in datetime.strftime()

Pierre Metras report at bugs.python.org
Wed Mar 26 02:52:03 CET 2008


New submission from Pierre Metras <genepi at sympatico.ca>:

datetime.strftime(pattern) fails in assertion if pattern is big enough (> 
100 chars) while time.strftime(pattern) gives the expected result.

This occurs on Python 2.5 (tested on OLPC XO laptop, Fedora 9). Python 2.4 
(Debian Etch) does not exhibit this bug.

----------
components: Extension Modules
files: test.py
messages: 64536
nosy: genepi
severity: normal
status: open
title: Assertion failure in datetime.strftime()
versions: Python 2.5
Added file: http://bugs.python.org/file9862/test.py

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2490>
__________________________________


More information about the New-bugs-announce mailing list