Alexander Belopolsky added the comment:

I find this footnote somewhat confusing:

"""
(8) Similar to %U and %W, %V is only used in calculations when the day of the 
week and the ISO year (%G) are specified when used with the strptime method.
"""

The existing footnote (7) is much clearer:

"""
(7) When used with the strptime() method, %U and %W are only used in 
calculations when the day of the week and the year are specified.
"""

Why not use the same language in (8)?

"""
(7) When used with the strptime() method, %V is only used in calculations when 
the day of the week and the ISO year (%G) are specified.

"""

----------
nosy: +tim.peters

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12006>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to