
report at bugs
Feb 6, 2012, 2:59 PM
Post #12 of 37
(48 views)
Permalink
|
|
[issue13882] PEP 410: Use decimal.Decimal type for timestamps
[In reply to]
|
|
STINNER Victor <victor.stinner [at] haypocalc> added the comment: - return posix_do_stat(self, args, "O&:stat", STAT, "U:stat", win32_stat_w); + return posix_do_stat(self, args, kw, "O&|O:stat", STAT, "U:stat", win32_stat_w); The second format string should also be updated to "U|O:stat". ---------- _______________________________________ Python tracker <report [at] bugs> <http://bugs.python.org/issue13882> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|