[issue14680] pydoc with -w option does not work for a lot of help topics

2013-10-20 Thread Sunny K
Sunny K added the comment: This issue is present in 3.4 too. Added patch for 3.4. -- keywords: +patch nosy: +sunfinite versions: +Python 3.4 Added file: http://bugs.python.org/file32258/pydoc.patch ___ Python tracker

[issue14680] pydoc with -w option does not work for a lot of help topics

2012-06-09 Thread Éric Araujo
Changes by Éric Araujo : -- assignee: docs@python -> components: +Library (Lib) -Documentation nosy: -docs@python ___ Python tracker ___ ___

[issue14680] pydoc with -w option does not work for a lot of help topics

2012-06-09 Thread Éric Araujo
Éric Araujo added the comment: Thanks for the report. Are you interested in making a patch? Also, could you tell if the bug happens in 3.2? -- nosy: +eric.araujo stage: -> needs patch ___ Python tracker __

[issue14680] pydoc with -w option does not work for a lot of help topics

2012-04-26 Thread Gregor
New submission from Gregor : pydoc with pydoc with -w option (to write html files) does not work for a lot of help topics (e.g. EXPRESSIONS, FORMATTING, TUPLELITERALS, def, if, else...) If you look at the source you can see that when using the switch '-w' (http://hg.python.org/cpython/file/2.7/