New submission from Judy Wang <jwan...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue33381>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to