[issue12249] add missing command

2011-06-03 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe tshep...@gmail.com added the comment: On Fri, 2011-06-03 at 15:47 +, Éric Araujo wrote: Éric Araujo mer...@netwok.org added the comment: Your patch adds the cd before running make, but other examples and filenames (for example :file:`tools/sphinx`) are also

[issue12246] create installation path if it's non-existent

2011-06-02 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe tshep...@gmail.com: If I happen to not have the directory, $PREFIX/python3.3/site-packages, I get an erroneous message telling me that I don't write permissions. -- assignee: tarek components: Distutils2 files: create-dir-if-nonexistent.diff

[issue12249] add missing command

2011-06-02 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe tshep...@gmail.com: It's not indicated where one should run the command 'make html' in the Building the documentation page, so when it failed for me when running it from the cpython distribution root, I was left a little puzzled, searching where

[issue6715] xz compressor support

2011-05-02 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6715 ___ ___ Python-bugs-list

[issue11162] Add tuple/list sep to string split method

2011-02-09 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe tshep...@gmail.com: I was hoping that I could use a list/tuple of separators for the split method: abcde.split([b, d]) vs. import re re.split(b|d, abcde) That's one extra LOC, and (worse still) forces me to learn regexp. Does

[issue11162] Add tuple/list sep to string split method

2011-02-09 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- components: +Interpreter Core -Library (Lib) ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11162

<    1   2   3   4   5