On 7/10/06, Tim Pease <tim.pease / gmail.com> wrote: > [snip] > > What I do like about Python is how the documentation is built right > into the language. That is the biggest feature I wish Ruby had. That > and Python's speed -- long live YARV. > Well, we've got rdoc. What specific python doc feature do you miss? Maybe being able to type "help( some_obj.some_method )" at the interactive prompt? Personally, I didn't like the Python way of putting doc strings *below* the thing they were documenting... always seemed upside-down.