[issue5650] Obsolete RFC's should be removed from doc of urllib.urlparse

2009-05-01 Thread Georg Brandl
Georg Brandl added the comment: Yes, you've probably a better understanding of what differentiates an URL and URI than me :) -- ___ Python tracker ___ ___

[issue5650] Obsolete RFC's should be removed from doc of urllib.urlparse

2009-05-01 Thread Senthil
Senthil added the comment: Georg, shall I take up this one? -- nosy: +orsenthil ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue5650] Obsolete RFC's should be removed from doc of urllib.urlparse

2009-04-25 Thread Éric Araujo
Éric Araujo added the comment: Included patch for this issue. There is some diff noise because of paragraph wrapping. I don’t know whether my seealso addition is correctly formatted (the title spans two lines) because of a Sphinx bug on my machine. Thanks for reviewing. -- keywords: +pa

[issue5650] Obsolete RFC's should be removed from doc of urllib.urlparse

2009-04-25 Thread Éric Araujo
Éric Araujo added the comment: Sorry, my logic was flawed: RFC 1808 is not obsoleted either, so it leaves us with 1738, 1808 and 3986. -- ___ Python tracker ___ _

[issue5650] Obsolete RFC's should be removed from doc of urllib.urlparse

2009-04-25 Thread Éric Araujo
Éric Araujo added the comment: More precisely, RFC 1738 and 1808 are updated by RFC 2396, which is in turn obsoleted by RFC 3986 (which obsoletes 1808 too but only updates 1738). Eliminating the obsoleted ones leaves us with two references, RFC 1738 and RFC 3986. I’m going to remove all referenc

[issue5650] Obsolete RFC's should be removed from doc of urllib.urlparse

2009-04-21 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +easy stage: -> needs patch type: -> behavior versions: -Python 2.5 ___ Python tracker ___ __

[issue5650] Obsolete RFC's should be removed from doc of urllib.urlparse

2009-04-01 Thread Mitchell Model
New submission from Mitchell Model : The documentation of urlparse in Python2 and urllib.urlparse in Python3 refers to three RFC's, the last of which (RFC 2396) says that it supersedes the other two and, in fact, clicking on the links to the other two doesn't work; the link and description for