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.

Author ron_adam
Recipients BreamoreBoy, belopolsky, eric.araujo, georg.brandl, giampaolo.rodola, ncoghlan, ping, r.liebscher, ron_adam, srid
Date 2010-11-14.07:26:38
SpamBayes Score 0.00012839661
Marked as misclassified No
Message-id <1289719601.15.0.639950475764.issue2001@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, here is the latest patch for review.  "issue2001_a.diff'

I restored the pydoc.py file and then put most of the new code in these two functions,

  _startserver(urlhandler, port)
  _browse(port=0, *, open_browser=True)

This creates a bettor organized file, and reduces the number of names with leading underscores.  As far as I know you can't import things that are located inside a function.

I still need to depreciate the '-g' option and the gui() function along with the old server parts.

Is there a guide on how to depreciate things?
History
Date User Action Args
2010-11-14 07:26:43ron_adamsetrecipients: + ron_adam, ping, georg.brandl, ncoghlan, belopolsky, giampaolo.rodola, eric.araujo, r.liebscher, srid, BreamoreBoy
2010-11-14 07:26:41ron_adamsetmessageid: <1289719601.15.0.639950475764.issue2001@psf.upfronthosting.co.za>
2010-11-14 07:26:39ron_adamlinkissue2001 messages
2010-11-14 07:26:39ron_adamcreate