Issue 4668: examples in the functional howto are not consistent with 3.X behavior (original ) (raw ) Issue4668
Created on 2008-12-14 23:49 by sgala , last changed 2022-04-11 14:56 by admin . This issue is now closed .
Messages (2)
msg77844 - (view)
Author: Santiago Gala (sgala)
Date: 2008-12-14 23:49
map and filter don't return lists anymore, so wrapping them in list() in the examples will make the real output consistent with what is seen in the doc.
msg77848 - (view)
Author: Georg Brandl (georg.brandl) *
Date: 2008-12-15 08:29
Thanks, fixed in r67783 .
History
Date
User
Action
Args
2022-04-11 14:56:42
admin
set
github: 48918
2008-12-15 08:29:40
georg.brandl
set
status: open -> closedresolution: fixedmessages: +
2008-12-14 23:49:26
sgala
create