[issue2873] Remove htmllib use in the stdlib

2008-06-01 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Removed usage in pydoc in r63871. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___

[issue2873] Remove htmllib use in the stdlib

2008-05-29 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: On Thu, May 29, 2008 at 5:26 AM, Fred L. Drake, Jr. <[EMAIL PROTECTED]> wrote: > > Fred L. Drake, Jr. <[EMAIL PROTECTED]> added the comment: > > I'd be happy to see both htmllib and pydoc be removed; documentation > tools do quite well as separa

[issue2873] Remove htmllib use in the stdlib

2008-05-29 Thread Fred L. Drake, Jr.
Fred L. Drake, Jr. <[EMAIL PROTECTED]> added the comment: I'd be happy to see both htmllib and pydoc be removed; documentation tools do quite well as separate applications. Not as convenient for interactive use, but easy enough to hook in via PYTHONSTARTUP. -- nosy: +fdrake ___

[issue2873] Remove htmllib use in the stdlib

2008-05-21 Thread Mark Dickinson
Mark Dickinson <[EMAIL PROTECTED]> added the comment: This issue is at least partially dependent on issue #1883 (adapting pydoc to new doc system), in that it's a little awkward to test pydoc before #1883 is complete. -- dependencies: +Adapt pydoc to new doc system nosy: +marketdickins

[issue2873] Remove htmllib use in the stdlib

2008-05-15 Thread Brett Cannon
New submission from Brett Cannon <[EMAIL PROTECTED]>: htmllib cannot be removed from 3.0 until its use is removed from pydoc. -- components: Library (Lib) messages: 66897 nosy: brett.cannon priority: release blocker severity: normal status: open title: Remove htmllib use in the stdlib ty