Default function arguments, KURL::cleanPath() -- a bindings bug?

Delaney, Timothy C (Timothy) tdelaney at avaya.com
Tue Mar 8 02:13:45 EST 2005


Frans Englich wrote:

> Apparently, cleanPath /requires/ a boolean argument, but the C++
> function definition says:
> 
>   void cleanPath(bool cleanDirSeparator = true);

Most likely that cleanPath's default parameter hasn't been declared to
*Python*. If so, I expect this is a KURL bug. Raise a bug report with
the KURL developers.

Tim Delaney



More information about the Python-list mailing list