[issue14920] help(urllib.parse) fails when LANG=C

2012-06-24 Thread Éric Araujo
Éric Araujo added the comment: IMO the right fix would have been to make the docstring a raw string. -- nosy: +eric.araujo ___ Python tracker ___ ___

[issue14920] help(urllib.parse) fails when LANG=C

2012-05-28 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue14920] help(urllib.parse) fails when LANG=C

2012-05-25 Thread Senthil Kumaran
Senthil Kumaran added the comment: I have fixed the help to include only ascii characters ( represented in hex) so that conversion to bytes is represented in the help and also the terminal whose LANG is C is able to display them too. On Ubuntu, when I had LANG=C, locale gave the following o/p

[issue14920] help(urllib.parse) fails when LANG=C

2012-05-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset ea25ce432343 by Senthil Kumaran in branch '3.2': Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just have ascii in help msg http://hg.python.org/cpython/rev/ea25ce432343 New changeset cb62c958dd6a by Senthil Kumaran in bra

[issue14920] help(urllib.parse) fails when LANG=C

2012-05-25 Thread R. David Murray
R. David Murray added the comment: Serhiy: did you add 3.3 because you can reproduce it on 3.3? -- components: +Library (Lib) -None ___ Python tracker ___ __

[issue14920] help(urllib.parse) fails when LANG=C

2012-05-25 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- versions: +Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue14920] help(urllib.parse) fails when LANG=C

2012-05-25 Thread R. David Murray
R. David Murray added the comment: Ah, I should clarify: Gentoo's 3.2.2. I'm sure they've added some patches, just like Debian. -- ___ Python tracker ___ _

[issue14920] help(urllib.parse) fails when LANG=C

2012-05-25 Thread R. David Murray
R. David Murray added the comment: This works fine for me on Gentoo Linux with both 3.2.3+ (ie: what's in the repo) and 3.2.2. -- nosy: +r.david.murray ___ Python tracker ___ _

[issue14920] help(urllib.parse) fails when LANG=C

2012-05-25 Thread Tuukka Tolvanen
New submission from Tuukka Tolvanen : LANG=C python3.2 -c 'import urllib.parse; help(urllib.parse)' Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.2/site.py", line 477, in __call__ return pydoc.help(*args, **kwds) File "/usr/lib/python3.2/pydoc.py", line