[New-bugs-announce] [issue33381] Incorrect documentation for strftime()/strptime() format code %f

Judy Wang report at bugs.python.org
Sat Apr 28 21:06:18 EDT 2018


New submission from Judy Wang <jwang54 at gmail.com>:

According to https://docs.python.org/3/library/datetime.html, %f is zero-padded on the left. But actual Python 3 behavior is puts the zero padding on the right.

----------
files: Bug description.py
messages: 315873
nosy: jujuwoman
priority: normal
severity: normal
status: open
title: Incorrect documentation for strftime()/strptime() format code %f
type: behavior
versions: Python 3.6
Added file: https://bugs.python.org/file47556/Bug description.py

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33381>
_______________________________________


More information about the New-bugs-announce mailing list