Martin Meredith <[EMAIL PROTECTED]> added the comment: Well, I can't offer a patch (as I said - I'm a python n00b) - but I can offer suggestions.
1) show the functions as where they are - for example - splitext would be shown as os.path.splitext(arguments) 2) header titles for groups within the same module. So splitext, etc etc, would be under a visible title that says "os.path" 3) alternate documentation links by modules. So the documentation stays the same, but there is also an alternate set which shows the same things, but where the "up" button would take me from os.path to os (showing that that is the module title) rather than the title being 14.1.6 Miscellaneous System Information In fact - 3 exists - sort of, it just seems a little wrong. Link 1: http://www.python.org/doc/2.5.2/lib/os-path.html Title: 14.1.6 Miscellaneous System Information How to get there:- Python Library Reference -> Generic Operating System Services -> os -> Miscellaneous System Information Link 2: http://www.python.org/doc/2.5.2/lib/module-os.path.html Title: 11.1 os.path -- Common pathname manipulations How to Get there:- Python Library Reference -> File and Directory Access -> os.path -- Common pathname manipulations Link 2 seems to give the information in a good way - but didn't show on my "quickly search google" radar. Plus, the way to get there seems wrong. It should (IMO) be accessible through "Python Library Reference -> modules -> os -> os.path" or something similar. _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue4488> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com