This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients belopolsky, docs@python, eric.araujo, lemburg, r.david.murray, ronaldoussoren, santoso.wijaya, sverrejoh
Date 2011-05-18.07:53:21
SpamBayes Score 9.927372e-09
Marked as misclassified No
Message-id <4DD37AEE.5000409@egenix.com>
In-reply-to <1305667428.05.0.739774828841.issue9811@psf.upfronthosting.co.za>
Content
Santoso Wijaya wrote:
> 
> Santoso Wijaya <santoso.wijaya@gmail.com> added the comment:
> 
> `strftime` does not, indeed, seem to define what behaviour it is supposed to do when given non-supported format characters. Under Windows, in fact, it will crash the runtime (see: issue #10762).

According to POSIX, it is defined to be undefined:

"""
       If a conversion specification does not correspond to any of  the  above,  the
       behavior is undefined.
"""

Of course, crashing the runtime is not a good way to interpret this ;-)
History
Date User Action Args
2011-05-18 07:53:22lemburgsetrecipients: + lemburg, ronaldoussoren, belopolsky, eric.araujo, r.david.murray, santoso.wijaya, docs@python, sverrejoh
2011-05-18 07:53:21lemburglinkissue9811 messages
2011-05-18 07:53:21lemburgcreate