[docs] [issue8810] TZ offset description is unclear in docs

Nick Coghlan report at bugs.python.org
Mon Aug 20 06:44:39 CEST 2012


Nick Coghlan added the comment:

It turns out these particular docstrings are duplicated all over the place, as time and datetime both wrap the tzinfo method, and there is both the tzinfo ABC as well as the concrete fixed offset subclasses, and this happens in both C and Python.

Ben's patch currently only covers the docstrings for the Python tzinfo ABC implementation

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8810>
_______________________________________


More information about the docs mailing list