[wingide-users] Python doc link - path not found
Wingware Support
support at wingware.com
Thu Sep 27 09:23:13 EDT 2012
Werner F. Bruhin wrote:
> os.remove Python documentation path link problem.
>
> Info from Source Assistant window:
>
> Invoking: os.remove
> Likely type: callable function remove
> def remove(path)
> http://docs.python.org/library/nt.html#nt.remove
> remove(path)
>
> Remove a file (same as unlink(path)).
Thanks, looks like we need to change the module name to os. I've fixed
that for Wing 4.1.9+.
The general issue here is that there is no formal mapping from Python
standard library code to docs urls, so we need to guess and fix special
cases like this.
--
Stephan Deibel
Wingware | Python IDE
Advancing Software Development
www.wingware.com
More information about the wingide-users
mailing list