Menu

#2 Non-trivial raises are missing links

open
nobody
None
6
2001-09-24
2001-05-19
No

With a trivial raise, e.g.,

raise Error

the formatter knows to check if there is a class named
`Error' and turn the display of the class name in the
exceptions section into an HREF pointing to that class'
documentation.

For non-trivial raises, e.g.,

raise Error, "unknown command"

or

raise Error("unknown command")

the formatter prints the arguments to the raise
function (a great feature by the way), but does not
know enough to notice the first token is a class name
and put the appropriate HREF.

Discussion

  • Doug Hellmann

    Doug Hellmann - 2001-06-02
    • labels: 103771 -->
    • milestone: 102142 -->
     
  • Doug Hellmann

    Doug Hellmann - 2001-09-24
    • priority: 5 --> 6
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.