This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: examples in the functional howto are not consistent with 3.X behavior
Type: Stage:
Components: Documentation Versions: Python 3.0
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, sgala
Priority: normal Keywords: patch

Created on 2008-12-14 23:49 by sgala, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
0001-Make-examples-consistent-with-3.0.patch sgala, 2008-12-14 23:49
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) * (Python committer) Date: 2008-12-15 08:29
Thanks, fixed in r67783.
History
Date User Action Args
2022-04-11 14:56:42adminsetgithub: 48918
2008-12-15 08:29:40georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg77848
2008-12-14 23:49:26sgalacreate