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 <rep...@bugs.python.org>
<http://bugs.python.org/issue8810>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to