[issue1038909] pydoc method documentation lookup enhancement

2011-03-14 Thread Brian Curtin
Changes by Brian Curtin : -- resolution: -> rejected stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue1038909] pydoc method documentation lookup enhancement

2011-02-03 Thread Ron Adam
Ron Adam added the comment: I agree. It is close enough to be a duplicate. I suggest closing it. As Ka-Ping noted in the other issue: "There's a link to the base class provided if you want to find out what the base class does." This is easy to do if your viewing pydoc output in a web browser.

[issue1038909] pydoc method documentation lookup enhancement

2011-02-03 Thread Éric Araujo
Éric Araujo added the comment: Note that similar (duplicate?) #426740 was rejected, so maybe the discussion here is moot. FWIW, I believe using a decorator or a custom metaclass to explicitly inherit a docstring is a good way of achieving what you want. -- nosy: +calvin versions: +Py

[issue1038909] pydoc method documentation lookup enhancement

2010-08-19 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +ron_adam ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue1038909] pydoc method documentation lookup enhancement

2010-08-07 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.2 -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue1038909] pydoc method documentation lookup enhancement

2010-06-02 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +merwok ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue1038909] pydoc method documentation lookup enhancement

2008-03-24 Thread Andy Harrington
Andy Harrington <[EMAIL PROTECTED]> added the comment: Alexander, I have no idea why your patch languished. On the one hand I might have skipped this if I realized that before. On the other hand, I did add something extra, and I might not have had an open mind if I had looked at yours. Plus,

[issue1038909] pydoc method documentation lookup enhancement

2008-03-23 Thread Alexander Schmolck
Alexander Schmolck <[EMAIL PROTECTED]> added the comment: Ah, well nice to see this finally going somewhere, although I'm a bit puzzled as to why my patch was "clearly not implemented" :) Andy, wrt. to your points: 1. Yes, but see below. 2. Are you sure using inspect.ismethod is an improvemen

[issue1038909] pydoc method documentation lookup enhancement

2008-03-23 Thread Antoine Pitrou
Antoine Pitrou <[EMAIL PROTECTED]> added the comment: Andy, I haven't looked at your patch in great detail but your approach sounds good to me. Probably other people will want to study it and pick on details :) I don't think the "#inherit docs" proposal brings any added value over the straightfo

[issue1038909] pydoc method documentation lookup enhancement

2008-03-23 Thread Andy Harrington
Andy Harrington <[EMAIL PROTECTED]> added the comment: HM, before writing my patch I tested pydoc to see the issue was still there. I did not look at the 2004 patch from aschmolck since it was so old and was clearly not implemented, and brett just listed this issue as one to deal with in 2008.

[issue1038909] pydoc method documentation lookup enhancement

2008-03-23 Thread Andy Harrington
Changes by Andy Harrington <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file9823/pydoc.PATCH _ Tracker <[EMAIL PROTECTED]> _ ___

[issue1038909] pydoc method documentation lookup enhancement

2008-03-22 Thread Andy Harrington
Andy Harrington <[EMAIL PROTECTED]> added the comment: Several points: Additional note in pydoc output: I thought that 'inherited' docs should be marked, so I chose to add to the note for any function that gets docs displayed from an inherited function: ', docs from inherited ' Alternate ver

[issue1038909] pydoc method documentation lookup enhancement

2008-03-20 Thread Andy Harrington
Andy Harrington <[EMAIL PROTECTED]> added the comment: After going to the sprint Monday, I am working on this as my first patch. There is no test file for pydoc. ?? -- nosy: +andyharrington _ Tracker <[EMAIL PROTECTED]>

[issue1038909] pydoc method documentation lookup enhancement

2008-02-21 Thread Antoine Pitrou
Changes by Antoine Pitrou: -- type: -> feature request versions: +Python 2.6 -Python 2.4 _ Tracker <[EMAIL PROTECTED]> _ ___ Python-

[issue1038909] pydoc method documentation lookup enhancement

2008-02-21 Thread Antoine Pitrou
Antoine Pitrou added the comment: I agree this behaviour would definitely be useful. -- nosy: +pitrou _ Tracker <[EMAIL PROTECTED]> _ ___

[issue1038909] pydoc method documentation lookup enhancement

2008-02-19 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +easy _ Tracker <[EMAIL PROTECTED]> _ ___ Python-bugs-list mailing list Unsubscribe: http://