[issue14218] include rendered output in addition to markup

2012-03-07 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: > Sandro Tosi added the comment: > > 3.1 and 2.6 as in security fix only: please don't add those versions for > non-sec issue Sorry, I thought there was an exception for documentation issues. -- _

[issue14218] include rendered output in addition to markup

2012-03-08 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: > Éric Araujo added the comment: >> For devguide/documenting, If you show me markup, also show me what output it >> gives me. > Would this really be useful?  If you’re looking at that page, you want to > know what markup to use fo

[issue14217] text output pretends to be code

2012-03-08 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: > Éric Araujo added the comment: > > Use this: > > .. code-block:: none > >   output etc. Thanks much. I've attached a patch. -- Added file: http://bugs.python.org/file24757/tis-not-code-2.patch

[issue14218] include rendered output in addition to markup

2012-03-08 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: Okay, let me try again: I want the documentation tutorial to tell me, for example, (1) here is the markup for a code block, and (2) here is what it looks like. At the moment, I only get (1)... point is I do not want to have to rebuild a reST file each

[issue14218] include rendered output in addition to markup

2012-03-08 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: > Sandro Tosi added the comment: > Tshepang: did I get it correctly? Éric: is it (at least a bit) clearer? that's exactly what I tried to convey -- ___ Python tracker <http://bugs.python.

[issue14218] include rendered output in addition to markup

2012-03-09 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: > Ezio Melotti added the comment: > Another idea that we were discussing on IRC (and IIRC on another issue that I > can't find anymore), was to add at the top a table like: > > arguments      

[issue14210] add filename completion to pdb

2012-03-09 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: Thanks for the work. I see that completion now works for user-defined variables, but: * completing with 'b' doesn't work at all * completing with 'break' only completes the first directory that gets the TAB key * also, '

[issue14210] add filename completion to pdb

2012-03-09 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: Works much better, but there are still some issues: * using relative path completes, but I get something like "'../prog.py' not found from sys.path" * using "~/" to try to complete the HOME directory doesn't work.

[issue14236] In help(re) are insufficient details

2012-03-09 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue14236> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14210] add filename completion to pdb

2012-03-09 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: > Georg Brandl added the comment: >> * using relative path completes, but I get something like "'../prog.py' not >> found from sys.path" > That has nothing to do with the completion. If I give it an absol

[issue14210] add filename completion to pdb

2012-03-09 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: > But that has to do with how relative paths are handled, not with how they are > entered: they are taken relative to sys.path[0]. I don't know why, and if > that is the useful thing to do, but it's for another issue. Perhaps ref

[issue14305] fix typos

2012-03-14 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- hgrepos: 116 nosy: tshepang priority: normal severity: normal status: open title: fix typos ___ Python tracker <http://bugs.python.org/issue14

[issue14305] fix typos

2012-03-14 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- keywords: +patch Added file: http://bugs.python.org/file24847/08b3d0bf0a61.diff ___ Python tracker <http://bugs.python.org/issue14

[issue14305] fix typos

2012-03-14 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- assignee: -> docs@python components: +Documentation nosy: +docs@python ___ Python tracker <http://bugs.python.org/issu

[issue14306] try/except block is both efficient and expensive?

2012-03-14 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe : In Doc/faq/design.rst, we got this text: "A try/except block is extremely efficient. Actually catching an exception is expensive." The 2 sentences appear contradictory. -- assignee: docs@python components: Documentation messages: 1

[issue14305] fix typos

2012-03-14 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- hgrepos: -116 ___ Python tracker <http://bugs.python.org/issue14305> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14276] installing latest version of a project

2012-03-17 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue14276> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10423] s/args/options in arpgarse "Upgrading optparse code"

2012-03-18 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue10423> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11176] give more meaningful argument names in argparse documentation

2012-03-18 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue11176> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13271] When -h is used with argparse, default values that fail should not matter

2012-03-18 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue13271> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue12713] argparse: allow abbreviation of sub commands by users

2012-03-18 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue12713> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13850] Summary tables for argparse add_argument options

2012-03-18 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue13850> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13540] Document the Action API in argparse

2012-03-18 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue13540> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14034] Add argparse howto

2012-03-18 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: friendly ping -- ___ Python tracker <http://bugs.python.org/issue14034> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14365] argparse: subparsers, argument abbreviations and ambiguous option

2012-03-18 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue14365> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14365] argparse: subparsers, argument abbreviations and ambiguous option

2012-03-18 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: More or less a duplicate of 12713? -- ___ Python tracker <http://bugs.python.org/issue14365> ___ ___ Python-bugs-list m

[issue14365] argparse: subparsers, argument abbreviations and ambiguous option

2012-03-18 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: Sorry, I meant #12713. -- ___ Python tracker <http://bugs.python.org/issue14365> ___ ___ Python-bugs-list mailin

[issue11874] argparse assertion failure with brackets in metavars

2012-03-18 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue11874> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue9694] argparse: Default Help Message Lists Required Args As Optional

2012-03-18 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue9694> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14034] Add argparse howto

2012-03-19 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: > Nick Coghlan added the comment: > > A couple of thoughts on the draft HOWTO: > > I like the "verbosity" example, but I'd also like to see it continue on into > introducing the "action='count'"

[issue14034] Add argparse howto

2012-03-19 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: On Mon, Mar 19, 2012 at 10:34, Tshepang Lekhonkhobe wrote: >> Nick Coghlan added the comment: >> >> A couple of thoughts on the draft HOWTO: >> >> I like the "verbosity" example, but I'd also like to see it

[issue14034] Add argparse howto

2012-03-19 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: > After playing a bit more with this and thinking about it a bit, I do > get your point. It makes a lot of sense. I will attach a patch soon, > which will also include the count keyword. Thanks for the review. Find attached. Note that I kep

[issue14034] Add argparse howto

2012-03-19 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: > Find attached. Note that I kept some of those anti-pattern examples > you mentioned, and then later on introduced your preferred way of > doing things (using action="count" and ">=" checks instead of "==" >

[issue14034] Add argparse howto

2012-03-19 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: Okay, there was some bad markup on my version 2. Lemme fix. -- Added file: http://bugs.python.org/file24938/argparse_howto2.patch ___ Python tracker <http://bugs.python.org/issue14

[issue14034] Add argparse howto

2012-03-19 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : Removed file: http://bugs.python.org/file24937/argparse_howto2.patch ___ Python tracker <http://bugs.python.org/issue14034> ___ ___ Pytho

[issue14034] Add argparse howto

2012-03-19 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: > Nick Coghlan added the comment: > > Rather than "is recommended by at least one core CPython developer" I'd say > "matches the way the CPython executable handles its own verbosity argument" > (check the outp

[issue14034] Add argparse howto

2012-03-19 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: Fixing a markup error. Sorry for the noise. -- Added file: http://bugs.python.org/file24942/argparse_howto3.patch ___ Python tracker <http://bugs.python.org/issue14

[issue14034] Add argparse howto

2012-03-19 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : Removed file: http://bugs.python.org/file24941/argparse_howto3.patch ___ Python tracker <http://bugs.python.org/issue14034> ___ ___ Pytho

[issue14394] missing links on performance claims of cdecimal

2012-03-23 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe : Looking at "What's New" section for cdecimal [1], I see this claim: "Performance gains range from 12x for database applications to 80x for numerically intensive applications..." But there's no link on the benchmark c

[issue14394] missing links on performance claims of cdecimal

2012-03-23 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: > Georg Brandl added the comment: > > It would be nice to have access to the benchmarks, yes, but I hope our users > have enough trust in Python to believe this "claim" as it is. Well, there's also curiosity. For example t

[issue14403] unittest module: provide inverse of "assertRaises"

2012-03-25 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue14403> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14410] argparse typo

2012-03-26 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe : typo fix -- assignee: docs@python components: Documentation files: typo.patch keywords: patch messages: 156801 nosy: docs@python, tshepang priority: normal severity: normal status: open title: argparse typo type: enhancement versions: Python

[issue14411] outdatedness on rlcompleter docstring

2012-03-26 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe : This text appeared in Lib/rlcompleter.py in 1997, so ought to be outdated: "This requires the latest extension to the readline module..." -- assignee: docs@python components: Documentation, Library (Lib) messages: 156802 nosy: d

[issue14039] Add "metavar" argument to add_subparsers() in argparse

2012-03-31 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue14039> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14034] Add argparse howto

2012-03-31 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: Would be nice to get another review. -- ___ Python tracker <http://bugs.python.org/issue14034> ___ ___ Python-bugs-list m

[issue14465] add feature to prettify XML output

2012-04-01 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe : I often miss lxml's "pretty_print=True" functionality. Can you implement something similar. -- components: Library (Lib) messages: 157299 nosy: eli.bendersky, tshepang priority: normal severity: normal status: open title:

[issue14465] xml.etree.ElementTree: add feature to prettify XML output

2012-04-01 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- title: add feature to prettify XML output -> xml.etree.ElementTree: add feature to prettify XML output ___ Python tracker <http://bugs.python.org/issu

[issue14465] xml.etree.ElementTree: add feature to prettify XML output

2012-04-01 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: Okay, I will try, even though C scares me. -- ___ Python tracker <http://bugs.python.org/issue14465> ___ ___ Python-bug

[issue14476] sudo breaks python

2012-04-02 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue14476> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14468] Update cloning guidelines in devguide

2012-04-06 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue14468> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14552] test module: remove repetition

2012-04-11 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- assignee: docs@python components: Documentation files: repetition.diff keywords: patch nosy: docs@python, tshepang priority: normal severity: normal status: open title: test module: remove repetition Added file: http://bugs.python.org/file25182

[issue14553] http.server module: grammar fix

2012-04-11 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- assignee: docs@python components: Documentation files: grammar.diff keywords: patch nosy: docs@python, tshepang priority: normal severity: normal status: open title: http.server module: grammar fix versions: Python 3.2, Python 3.3 Added file: http

[issue14554] test module: correction

2012-04-11 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe : add missing '\n' -- assignee: docs@python components: Documentation messages: 158082 nosy: docs@python, tshepang priority: normal severity: normal status: open title: test module: correction versions: Python 2.7, Python 3.2,

[issue14554] test module: correction

2012-04-12 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- keywords: +patch Added file: http://bugs.python.org/file25187/correction.diff ___ Python tracker <http://bugs.python.org/issue14

[issue14535] three code examples in docs are not syntax highlighted

2012-04-13 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue14535> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14535] three code examples in docs are not syntax highlighted

2012-04-13 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: This is probably because Sphinx can't detect that those are Python sources, so my patch forces it to recognize it as such. -- keywords: +patch Added file: http://bugs.python.org/file25204/highlight-code

[issue14006] Improve the documentation of xml.etree.ElementTree

2012-04-14 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue14006> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue12436] Missing items in installation/setup instructions

2012-04-14 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue12436> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14601] PEP sources not available as documented

2012-04-16 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue14601> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8083] urllib proxy interface is too limited

2013-05-26 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang versions: +Python 3.4 -Python 2.7, Python 3.2 ___ Python tracker <http://bugs.python.org/issue8083> ___ ___

[issue18093] Move main functions to a separate Programs directory

2013-05-29 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue18093> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17894] Edits to descriptor howto

2013-06-19 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue17894> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18354] http://www.python.org/doc/ has outdated note

2013-07-05 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue18354> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18335] Add textwrap.dedent, .indent, as str methods.

2013-07-05 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue18335> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18538] `python -m dis ` relying on argparse

2013-07-26 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue18538> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue7674] select.select() corner cases: duplicate fds, out-of-range fds

2013-07-31 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue7674> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18472] Update PEP 8 to encourage modern conventions

2013-08-01 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue18472> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18472] Update PEP 8 to encourage modern conventions

2013-08-01 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: @Guido am glad for the patch; it's a nice compromise -- ___ Python tracker <http://bugs.python.org/issue18472> ___ ___

[issue18586] Allow running benchmarks for Python 3 from same directory

2013-08-02 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue18586> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18606] Add statistics module to standard library

2013-08-03 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue18606> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18660] os.read behavior on Linux

2013-08-09 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue18660> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18673] Add and use O_TMPFILE for Linux 3.11

2013-08-09 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue18673> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18716] Deprecate the formatter module

2013-08-16 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue18716> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue2516] Instance methods are misreporting the number of arguments

2013-08-17 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang versions: +Python 3.4 -Python 3.2 ___ Python tracker <http://bugs.python.org/issue2516> ___ ___ Python-bug

[issue2506] Add mechanism to disable optimizations

2013-08-17 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang versions: +Python 3.4 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue2506> ___ ___ Python-bug

[issue18767] csv documentation does not note default quote constant

2013-08-23 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue18767> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18769] argparse remove subparser

2013-08-23 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue18769> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18783] No more refer to Python "long"

2013-08-23 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue18783> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18804] pythorun.c: is_valid_fd() should not duplicate the file descriptor

2013-08-23 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue18804> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18760] Fix internal doc references for the xml package

2013-08-23 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue18760> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18177] Incorect quote marks in code section-headers in PDF version of docs

2013-08-26 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue18177> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18823] Idle: use pipes instead of sockets to talk with user subprocess

2013-08-30 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue18823> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18855] Inconsistent README filenames

2013-08-30 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue18855> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14616] subprocess docs should mention pipes.quote/shlex.quote

2012-04-23 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue14616> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14034] Add argparse howto

2012-04-29 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: addressing the bulk of your comments this does not address last message, where you want the lines highlighted; it will be rather tedious; to me the code snippets are short enough, removing the need for highlighting -- Added file: http

[issue14034] Add argparse howto

2012-04-30 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: Thanks so much for your thorough attention to detail. I've addressed all your latest comments. -- Added file: http://bugs.python.org/file25417/argparse_howto5.patch ___ Python tracker <http://bugs.py

[issue14034] Add argparse howto

2012-05-07 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: thanks so much for your rime in reviewing and committing -- ___ Python tracker <http://bugs.python.org/issue14

[issue14765] the struct example should give consistent results across different hardware platforms

2012-05-09 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe : This example [1] assumes you are using a specific platform to check it out. I am using amd64, and I get different results. To fix, I prefix the format string with '>': before: pack('hhl', 1, 2, 3) after: pack(&#

[issue14765] the struct example should give consistent results across different hardware platforms

2012-05-09 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: Sadly, I noticed it only after submitting this report. -- ___ Python tracker <http://bugs.python.org/issue14765> ___ ___

[issue14783] Update int() docstring from manual

2012-05-11 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- assignee: -> docs@python components: +Documentation nosy: +docs@python, tshepang ___ Python tracker <http://bugs.python.org/issu

[issue14793] broken grammar in Built-in Types doc

2012-05-12 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- assignee: docs@python components: Documentation files: grammar.diff keywords: patch nosy: docs@python, tshepang priority: normal severity: normal status: open title: broken grammar in Built-in Types doc versions: Python 3.2, Python 3.3 Added file

[issue14793] broken grammar in Built-in Types doc

2012-05-14 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: I thought the title was enough? Is it fine to merely repeat it in? -- ___ Python tracker <http://bugs.python.org/issue14

[issue14814] Implement PEP 3144 (the ipaddress module)

2012-05-15 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue14814> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14790] use packaging in setup.py

2012-05-18 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue14790> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14834] A list of broken links on the python.org website

2012-05-18 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue14834> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14885] shutil tests, test_copy2_xattr and test_copyxattr, fail

2012-05-22 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe : $ ./python -m test -v test_shutil ...[snip]... == ERROR: test_copy2_xattr (test.test_shutil.TestShutil) -- Traceback

[issue14885] shutil tests, test_copy2_xattr and test_copyxattr, fail

2012-05-22 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: $ uname -a Linux tshepang 3.2.0-2-amd64 #1 SMP Mon Apr 30 05:20:23 UTC 2012 x86_64 GNU/Linux $ mount udev on /dev type devtmpfs (rw,relatime,size=1889948k,nr_inodes=472487,mode=755) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode

[issue14814] Implement PEP 3144 (the ipaddress module)

2012-05-22 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: looks easy enough for me; I've marked a bunch of minor issues with the code review tool -- ___ Python tracker <http://bugs.python.org/is

[issue14885] shutil tests, test_copy2_xattr and test_copyxattr, fail

2012-05-22 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: patch works -- ___ Python tracker <http://bugs.python.org/issue14885> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14915] pysetup may leave a package in a half-installed state

2012-05-25 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue14915> ___ ___ Python-bugs-list mailing list Unsubscribe:

<    1   2   3   4   5   >