[issue4668] examples in the functional howto are not consistent with 3.X behavior

2008-12-15 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r67783. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Py

[issue4668] examples in the functional howto are not consistent with 3.X behavior

2008-12-14 Thread Santiago Gala
New submission from Santiago Gala : 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. -- assignee: georg.brandl components: Documentation files: 0001-Make-examples-consistent-with-3.0.p