Branko Čibej wrote on Sun, Mar 18, 2012 at 16:54:06 +0100: > Yes, but why do this at all?
So people can do: > >>> from svn.fs import * > >>> svn_fs_begin_txn2() without polluting their namespace with random names such as "cat" and "list" (in the case of svn.client). Daniel (and yes, star-imports are a violation of some PEP. I know.)