[PyKDE] ANN: new eric3 snapshot

Parzival parz at shaw.ca
Sat Nov 27 18:17:25 GMT 2004


On November 27, 2004 09:40, Detlev Offenbach wrote:
> I have just uploaded a new eric3 snapshot. It fixes a few bugs and has
> these new features.

Has the problem reported earlier, where the module browser views will not
include functions that have formal parameters which contain parentheses
been fixed? E.g. will a definitions such as

def search_path(name, dirs, predicate=lambda path: os.access(path, os.R_OK)):
	pass

or even

def timestring(dtm, format="%(sign)s%(hour)02d:%(minute)02d:%(second)02d", 
plussign=" ", minussign="-", trimback=0):
	pass

appear in the module browser displays? Currently, eric 3.5.0 will not display
such definitions, which is quite aggravating, as a few defintions are left out 
of a module display because of default arguments, and this is not obvious.


-- 
-- Parzival




More information about the PyQt mailing list