Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(10392)

Issue 4173064: Possible pydoc.py changes

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 2 months ago by ron3200
Modified:
8 years, 4 months ago
Reviewers:
Base URL:
http://svn.python.org/projects/python/branches/py3k/
Visibility:
Public.

Patch Set 1 #

Total comments: 10
Unified diffs Side-by-side diffs Delta from patch set Stats (+187 lines, -513 lines) Patch
M Lib/pydoc.py View 16 chunks +187 lines, -513 lines 10 comments Download

Messages

Total messages: 2
ron3200
http://codereview.appspot.com/4173064/diff/1/Lib/pydoc.py File Lib/pydoc.py (left): http://codereview.appspot.com/4173064/diff/1/Lib/pydoc.py#oldcode1532 Lib/pydoc.py:1532: def doc(thing, title='Python Library Documentation: %s', forceload=0, Use render_doc ...
13 years, 2 months ago (2011-02-19 06:56:50 UTC) #1
ron3200
13 years, 2 months ago (2011-02-19 07:04:33 UTC) #2
http://codereview.appspot.com/4173064/diff/1/Lib/pydoc.py
File Lib/pydoc.py (right):

http://codereview.appspot.com/4173064/diff/1/Lib/pydoc.py#newcode1927
Lib/pydoc.py:1927: pager(text)
This is the only call to the pager.

http://codereview.appspot.com/4173064/diff/1/Lib/pydoc.py#newcode2449
Lib/pydoc.py:2449: if opt == '-g':
Will remove the -g options in python3.3

http://codereview.appspot.com/4173064/diff/1/Lib/pydoc.py#newcode2456
Lib/pydoc.py:2456: help('modules ' + val)
I wonder if the -k option is even needed.
python3.2 -m pydoc 'modules text' works for this also.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b