Discussion:
[Twisted-Python] doc breakage
Phil Mayers
2015-11-27 12:10:37 UTC
Permalink
Does this look right?

https://twistedmatrix.com/documents/current/api/twisted.internet.interfaces.IReadWriteDescriptor.html

Looks like docs for logPrefix has stomped on docs for all the other
interface methods?
Pavel Zverev
2015-11-27 12:23:16 UTC
Permalink
Thanks.

I see doc only for this
https://twistedmatrix.com/documents/current/api/twisted.internet.interfaces.IAddress.html
interface .

Sorry, i don`t understand, What is this prefix ?
Post by Phil Mayers
Does this look right?
https://twistedmatrix.com/documents/current/api/twisted.internet.interfaces.IReadWriteDescriptor.html
Looks like docs for logPrefix has stomped on docs for all the other
interface methods?
_______________________________________________
Twisted-Python mailing list
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
--
Зверев Павел

+7 926-116-0819

zpavel.ru
Amber "Hawkie" Brown
2015-11-28 06:39:55 UTC
Permalink
Post by Phil Mayers
Does this look right?
https://twistedmatrix.com/documents/current/api/twisted.internet.interfaces.IReadWriteDescriptor.html
Looks like docs for logPrefix has stomped on docs for all the other interface methods?
_______________________________________________
Twisted-Python mailing list
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
Yeah, this is a bug in PyDoctor we haven't got to the bottom of... sorry!

- Amber
Glyph
2015-11-28 07:04:35 UTC
Permalink
Post by Amber "Hawkie" Brown
Post by Phil Mayers
Does this look right?
https://twistedmatrix.com/documents/current/api/twisted.internet.interfaces.IReadWriteDescriptor.html
Looks like docs for logPrefix has stomped on docs for all the other interface methods?
_______________________________________________
Twisted-Python mailing list
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
Yeah, this is a bug in PyDoctor we haven't got to the bottom of... sorry!
Do you happen to have a link to the bug?
Amber "Hawkie" Brown
2015-11-28 07:08:37 UTC
Permalink
Post by Glyph
Post by Amber "Hawkie" Brown
Post by Phil Mayers
Does this look right?
https://twistedmatrix.com/documents/current/api/twisted.internet.interfaces.IReadWriteDescriptor.html
Looks like docs for logPrefix has stomped on docs for all the other interface methods?
_______________________________________________
Twisted-Python mailing list
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
Yeah, this is a bug in PyDoctor we haven't got to the bottom of... sorry!
Do you happen to have a link to the bug?
Yep!

https://github.com/twisted/pydoctor/issues/10

The multiple inheritance is messing things up...

- Amber

Continue reading on narkive:
Loading...