[Twisted-Python] Twisted Lore project development
Hi, Is Twisted Lore project still under development. Should we accept new patches on Lore? Twisted has migrated to Sphinx ... does Twisted as a project encourage people to use Lore? I saw that it is still documented in latest version and there is no mention of being deprecated https://twistedmatrix.com/documents/current/lore/index.html Thanks! -- Adi Roiban
On 07:48 pm, adi@roiban.ro wrote:
Hi,
Is Twisted Lore project still under development.
No. It is deprecated. https://twistedmatrix.com/trac/browser/trunk/twisted/__init__.py#L68 https://twistedmatrix.com/trac/browser/trunk/twisted/lore/__init__.py#L5
from twisted import lore [...] __main__:1: DeprecationWarning: twisted.lore was deprecated in Twisted 14.0.0: Use Sphinx instead.
Should we accept new patches on Lore?
It's very unlikely that doing so will improve anything for anyone.
Twisted has migrated to Sphinx ... does Twisted as a project encourage people to use Lore?
I think "Use Sphinx instead." in the message about should answer this fairly clearly.
I saw that it is still documented in latest version and there is no mention of being deprecated
It is standing policy *not* to delete the documentation of deprecated APIs. Only when the API itself is removed is the corresponding documentation removed. Jean-Paul
https://twistedmatrix.com/documents/current/lore/index.html
Thanks!
-- Adi Roiban
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
participants (2)
-
Adi Roiban -
exarkun@twistedmatrix.com