[issue15583] Provide examples in Python doc for usage of various modules

2012-08-07 Thread R. David Murray
R. David Murray added the comment: I'm closing this with no specific resolution because the real resolution is "this issue is too general" :) As Ezio said, specific suggestions are welcome, but should be in separate issues limited to the module/example proposed. -- nosy: +r.david.murr

[issue15583] Provide examples in Python doc for usage of various modules

2012-08-07 Thread Ezio Melotti
Ezio Melotti added the comment: > If you look at ElementTree XMl module or take any other > standard module, examples which are provided are very limited We already try to provide examples where/when appropriate, and several modules have examples showing the basic usage. Often, documenting all

[issue15583] Provide examples in Python doc for usage of various modules

2012-08-07 Thread Sarbjit singh
New submission from Sarbjit singh: For beginners who are learning Python, it would be very helpful if Python doc could provide examples on usage of various methods/attributes of different modules. For eg: If you look at ElementTree XMl module or take any other standard module, examples which