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

Issue 4090042: #10961: Pydoc touchups in new 3.2 Web server

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 3 months ago by merwok
Modified:
13 years, 3 months ago
Reviewers:
ron3200
Base URL:
http://svn.python.org/view/*checkout*/python/branches/py3k/
Visibility:
Public.

Patch Set 1 #

Total comments: 8
Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -85 lines) Patch
Lib/pydoc.py View 10 chunks +77 lines, -67 lines 6 comments Download
Lib/test/test_pydoc.py View 2 chunks +15 lines, -18 lines 2 comments Download

Messages

Total messages: 6
merwok
13 years, 3 months ago (2011-01-21 18:41:13 UTC) #1
merwok
Some comments. Haven’t tested the patch yet. http://codereview.appspot.com/4090042/diff/1/Lib/pydoc.py File Lib/pydoc.py (right): http://codereview.appspot.com/4090042/diff/1/Lib/pydoc.py#newcode2507 Lib/pydoc.py:2507: <div style='overflow:auto'> ...
13 years, 3 months ago (2011-01-21 18:46:01 UTC) #2
ron3200
http://codereview.appspot.com/4090042/diff/1/Lib/pydoc.py File Lib/pydoc.py (right): http://codereview.appspot.com/4090042/diff/1/Lib/pydoc.py#newcode2507 Lib/pydoc.py:2507: <div style='overflow:auto'> On 2011/01/21 18:46:01, merwok wrote: > Does ...
13 years, 3 months ago (2011-01-21 22:24:38 UTC) #3
merwok
>> Does this work fine with common Web browsers, including not-most-recent >> versions, and various ...
13 years, 3 months ago (2011-01-22 18:29:45 UTC) #4
ron3200
On 2011/01/22 18:29:45, merwok wrote: > What versions did you test with? (I don’t have ...
13 years, 3 months ago (2011-01-22 20:25:45 UTC) #5
merwok
13 years, 3 months ago (2011-01-29 19:12:13 UTC) #6
> Firefox 3.6 and google Chrome(Chromium 8) on Ubuntu, IE6 on Windows XP.
I think Firefox 3.5 is still widely used, maybe older version too.  For Windows,
I guess IE 7 and 8 are used too.  Opera seems to be compliant, so a good test;
on Mac OS X, I understand other browsers are used.

> I can also fix the overflow by putting another '<div clear="all">&nbsp;</div>'
> at the end of the header.  I think these should be "both" instead of "all". 
> "all" works, but "both" seems to be more correct.
I’m afraid my Web skills are a bit rusty; I don’t know anymore the various
quirks of various browsers and required kludges.  If you’re making a patch, you
should do the research :)


> http://codereview.appspot.com/4090042/diff/1/Lib/pydoc.py#newcode2591
> Lib/pydoc.py:2591: return '<a href="topic?key=%s.html">%s</a>' % (name, name)
> On 2011/01/21 18:46:01, merwok wrote:
>> I see no reason for polluting the key value with “.html”
> 
> This is consistent with the other *?key* requests. All of these can be changed
> in 3.3 if it's desirable to do so.

Thinking again about that: The other ?key request you mention have been added in
3.2, right?  If there is no released version with those ?thing=spam.html
request, I repeat my -1 on appending .html.
Sign in to reply to this message.

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