Issue 2442: Undocumented features added to 2.6

Issue2442

Created on 2008-03-21 02:05 by akuchling, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg64230 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2008-03-21 02:05
The following modules or features aren't documented: future_builtins,
__self__ and __func__ on method objects, the print() function.
msg64261 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-03-21 19:38
Added to the docs in r61708, r61709.
History
Date User Action Args
2022-04-11 14:56:32adminsetgithub: 46694
2008-03-21 19:38:17georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg64261
2008-03-21 18:24:54christian.heimessetpriority: normal
keywords: + easy
2008-03-21 02:05:28akuchlingcreate