[issue19068] Some built-in complex docstrings are not PEP-8 compatible

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

[issue19069] Built-in float docstrings are not PEP-8 compatible

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

[issue19067] Built-in range docstrings are not PEP-8 compatible

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

[issue19121] Documentation guidelines enhancements

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

[issue17534] unittest keeps references to test cases alive

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

[issue11798] Test cases not garbage collected after run

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

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

2013-10-09 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: A work-around: http://stackoverflow.com/a/16164658/321731. -- versions: +Python 2.7 ___ Python tracker <http://bugs.python.org/issue18

[issue16805] when building docs on Debian 7 --> ERROR: Error in "note" directive

2013-10-09 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : Removed file: http://bugs.python.org/file28482/remove-directives-warnings-3.2.diff ___ Python tracker <http://bugs.python.org/issue16

[issue16805] when building docs on Debian 7 --> ERROR: Error in "note" directive

2013-10-09 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: BTW, these patches still apply, one to 2.7 and another to 3.3 and 3.4. They are pretty much harmless, so do not be afraid to accept them. -- ___ Python tracker <http://bugs.python.org/issue16

[issue19180] some RFC references could be updated

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

[issue19347] PEP 453 implementation tracking issue

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

[issue19504] Change "customise" to "customize".

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

[issue21833] Fix unicodeless build of Python

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

[issue6721] Locks in the standard library should be sanitized on fork

2014-06-30 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- title: Locks in python standard library should be sanitized on fork -> Locks in the standard library should be sanitized on fork versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.pyth

[issue6721] Locks in the standard library should be sanitized on fork

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

[issue21879] str.format() gives poor diagnostic on placeholder mismatch

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

[issue21879] str.format() gives poor diagnostic on placeholder mismatch

2014-07-07 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: @terry would a change like this be accepted in 2.7 and 3.4? -- ___ Python tracker <http://bugs.python.org/issue21

[issue22013] Add at least minimal support for thread groups

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

[issue22045] Python make issue

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

[issue6973] subprocess.Popen.send_signal doesn't check whether the process has terminated

2014-08-15 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang versions: -Python 3.2 ___ Python tracker <http://bugs.python.org/issue6973> ___ ___ Python-bugs-list mailin

[issue6973] subprocess.Popen.send_signal doesn't check whether the process has terminated

2014-08-15 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue6973> ___ ___ Python-bugs-list mailin

[issue22253] ConfigParser does not handle files without sections

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

[issue22394] Update documentation building to use venv and pip

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

[issue22536] subprocess should include filename in FileNotFoundError exception

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

[issue22508] Remove __version__ string from email

2014-10-03 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: Looks like a safe change. There is only one user in all Debian sources, and it's on Python 2: http://codesearch.debian.net/search?q=email.__version__ -- nosy: +tshepang ___ Python tracker

[issue19936] Executable permissions of Python source files

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

[issue20062] Add section on vim to devguide

2013-12-27 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: I think there should not be any section about any editor in the devguide. It's beyond scope, and it risks going stale. -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/is

[issue3982] support .format for bytes

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

[issue20366] SQLite FTS (full text search)

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

[issue20411] IndexError in sys.__interactivehook__ with pyreadline installed

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

[issue20453] json.load() error message changed in 3.4

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

[issue20744] shutil should not use distutils

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

[issue14219] make the Classes tutorial more gentle

2013-02-19 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- title: start the Class tutorial in a more gentle manner -> make the Classes tutorial more gentle versions: +Python 3.4 ___ Python tracker <http://bugs.python.org/issu

[issue17218] support title and description in argparse add_mutually_exclusive_group

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

[issue16651] Find out what stdlib modules lack a pure Python implementation

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

[issue14266] pyunit script as shorthand for python -m unittest

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

[issue9556] Specifying the time a TimedRotatingFileHandler rotates

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

[issue17376] TimedRotatingFileHandler documentation regarding 'Week day' lacking

2013-03-07 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe: Usage of 'W' type is not clear from reading the documentation, specifically how to specify what day-of-week: Doc/library/logging.handlers.rst:291. An example http://stackoverflow.com/q/14304954/321731. -- assignee: docs@python

[issue10224] Build 3.x documentation using python3.x

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

[issue17343] Add a version of str.split which returns an iterator

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

[issue17337] input() and raw_input() do not work correctly with colored prompts

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

[issue17349] wsgiref.simple_server.demo_app is not PEP-3333 compatible

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

[issue15851] Lib/robotparser.py doesn't accept setting a user agent string, instead it uses the default.

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

[issue17398] document url argument of RobotFileParser

2013-03-11 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe: Looking at the documentation, one would think RobotFileParser does not accept any argument, but it does -- "url". Documenting this would remove the pain of having to call "set_url()". -- assignee: docs@python components: Do

[issue5845] rlcompleter should be enabled automatically

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

[issue5845] rlcompleter should be enabled automatically

2013-03-21 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- versions: +Python 3.4 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue5845> ___ ___ Python-bugs-list mailin

[issue15392] Create a unittest framework for IDLE

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

[issue17438] json.load docs should mention that it always return unicode

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

[issue17462] argparse FAQ: how it is different from optparse

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

[issue17473] -m is not universally applicable

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

[issue17514] Add the license to argparse.py

2013-03-22 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: @Antoine OP is interesting in only that file. Why not just add that single line at the top (at least for 2.7, and 3.3+)? -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue17

[issue17516] Dead code should be removed

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

[issue17571] broken links on Lib/datetime.py docstring

2013-03-29 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe: There are 2 broken links at the beginning of Lib/datetime.py. One other thing, maybe "prototype implemented in Python" is an outdated and/or needless statement? -- assignee: docs@python components: Documentation, Library (Lib) messag

[issue6671] webbrowser doesn't respect xfce default browser

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

[issue17586] fix typo in contextlib.rst

2013-03-31 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- assignee: docs@python components: Documentation files: typo.diff keywords: patch nosy: docs@python, tshepang priority: normal severity: normal status: open title: fix typo in contextlib.rst versions: Python 3.4 Added file: http://bugs.python.org

[issue17586] fix typo in contextlib.rst

2013-03-31 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: @hettinger You mentioning committing this in your wonderful keynote talk, http://pyvideo.org/video/1669/keynote-3, and that's how I checked it out. -- ___ Python tracker <http://bugs.python.org/is

[issue17620] Python interactive console doesn't use sys.stdin for input

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

[issue17637] Mention "What's New" in devguide's patch guidelines

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

[issue12463] Calling SocketServer.shutdown() when server_forever() was not called will hang

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

[issue17653] fix typo in socketserver.rst

2013-04-07 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- assignee: docs@python components: Documentation files: fix.diff keywords: patch nosy: docs@python, tshepang priority: normal severity: normal status: open title: fix typo in socketserver.rst versions: Python 3.3, Python 3.4 Added file: http

[issue17665] convert to idiomatic unittest code

2013-04-08 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- components: Tests files: diff nosy: tshepang priority: normal severity: normal status: open title: convert to idiomatic unittest code versions: Python 3.2, Python 3.3, Python 3.4 Added file: http://bugs.python.org/file29738/diff

[issue17665] convert to idiomatic unittest code

2013-04-11 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : Removed file: http://bugs.python.org/file29738/diff ___ Python tracker <http://bugs.python.org/issue17665> ___ ___ Python-bugs-list m

[issue17665] convert to idiomatic unittest code

2013-04-11 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : Added file: http://bugs.python.org/file29780/diff ___ Python tracker <http://bugs.python.org/issue17665> ___ ___ Python-bugs-list mailin

[issue17659] no way to determine First weekday (based on locale)

2013-04-12 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- title: First weekday -> no way to determine First weekday (based on locale) ___ Python tracker <http://bugs.python.org/issu

[issue17659] no way to determine First weekday (based on locale)

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

[issue16510] Using appropriate checks in tests

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

[issue16510] Using appropriate checks in tests

2013-04-13 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: @David is that policy documented in the devguide? If not, should it be? -- ___ Python tracker <http://bugs.python.org/issue16

[issue17726] faq/design: improve clarity

2013-04-14 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe: I puzzled a bit on what that sentence meant. -- assignee: docs@python components: Documentation files: diff messages: 186891 nosy: docs@python, tshepang priority: normal severity: normal status: open title: faq/design: improve clarity versions

[issue17745] "packaging" no longer planned to be included

2013-04-15 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe: attached patch reflects current reality (me assuming that PEPs are living documents) -- assignee: docs@python components: Documentation files: diff messages: 187040 nosy: docs@python, tshepang priority: normal severity: normal status: open

[issue17785] Use faster URL shortener for perf.py

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

[issue17780] the test suite should use a TEMPDIR in the build directory, not the source directory

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

[issue17758] test_site fails when the user does not have a home directory

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

[issue17729] advocacy howto improvements

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

[issue17729] advocacy howto improvements

2013-04-19 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: I would rather the page be removed, at least from the official docs. I wonder how useful it actually is, and as already pointed, it really feels outdated (and Apache is not kool no more). -- ___ Python

[issue17745] "packaging" no longer planned to be included

2013-04-19 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: There should at least be a mention that 'packaging' is no longer planned to be included, to avoid any confusion/misinformation. -- ___ Python tracker <http://bugs.python.o

[issue17729] advocacy howto improvements

2013-04-22 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: That's great to hear, especially coming from the author. -- ___ Python tracker <http://bugs.python.org/issue17729> ___ ___

[issue17729] advocacy howto improvements

2013-04-22 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: the index file also needed changing; see attached -- Added file: http://bugs.python.org/file29987/diff ___ Python tracker <http://bugs.python.org/issue17

[issue17827] Document codecs.encode and codecs.decode

2013-04-26 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: So, why place them in What's New? -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue17827> ___ ___

[issue17827] Document codecs.encode and codecs.decode

2013-04-26 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: I was not aware that such things are placed in What's New. I just looked at such a document for 3.3... makes a lot of sense. -- ___ Python tracker <http://bugs.python.org/is

[issue17860] subprocess docs lack info how to use output result

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

[issue17888] docs: more information on documentation team

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

[issue5845] rlcompleter should be enabled automatically

2013-05-06 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: Also made it to the front-page of Hacker News[1], with better quality comments than the reddit thread. [1] https://news.ycombinator.com/item?id=5658062 -- ___ Python tracker <http://bugs.python.org/issue5

[issue17940] extra code in argparse.py

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

[issue17952] setup#editors-and-tools

2013-05-11 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe: 2nd paragraph of http://docs.python.org/devguide/setup#editors-and-tools does not look accurate. It implies that there would be some mention of text editor in the given link, but I could not find it. -- components: Devguide messages: 188900

[issue17952] editors-and-tools section of devguide does not appear to be ccurate

2013-05-11 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- title: setup#editors-and-tools -> editors-and-tools section of devguide does not appear to be ccurate ___ Python tracker <http://bugs.python.org/issu

[issue16805] when building docs on Debian 7 --> ERROR: Error in "note" directive

2013-05-11 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: ping -- ___ Python tracker <http://bugs.python.org/issue16805> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15130] remove redundant paragraph in socket howto

2013-05-11 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: ping -- ___ Python tracker <http://bugs.python.org/issue15130> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17957] remove outdated (and unexcellent) paragraph in whatsnew

2013-05-11 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe: The first part looks incomplete, and the second part is outdated. The whole paragraph doesn't add much value I believe, so should just go. -- assignee: docs@python components: Documentation files: diff messages: 188962 nosy: docs@p

[issue16805] when building docs on Debian 7 --> ERROR: Error in "note" directive

2013-05-11 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: @ezio why remove 3.2 from applicable versions -- ___ Python tracker <http://bugs.python.org/issue16805> ___ ___ Python-bug

[issue16805] when building docs on Debian 7 --> ERROR: Error in "note" directive

2013-05-12 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: Ok. I thought doc fixes were exempt. Strange policy there. -- ___ Python tracker <http://bugs.python.org/issue16

[issue17957] remove outdated (and unexcellent) paragraph in whatsnew

2013-05-12 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : Removed file: http://bugs.python.org/file30227/diff ___ Python tracker <http://bugs.python.org/issue17957> ___ ___ Python-bugs-list m

[issue17957] remove outdated (and unexcellent) paragraph in whatsnew

2013-05-12 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : Added file: http://bugs.python.org/file30230/diff ___ Python tracker <http://bugs.python.org/issue17957> ___ ___ Python-bugs-list mailin

[issue17957] remove outdated (and unexcellent) paragraph in whatsnew

2013-05-12 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: uploaded the correct one; sori -- ___ Python tracker <http://bugs.python.org/issue17957> ___ ___ Python-bugs-list mailin

[issue17992] test_asynchat hangs

2013-05-15 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +giampaolo.rodola, josiahcarlson, stutzbach ___ Python tracker <http://bugs.python.org/issue17992> ___ ___ Python-bug

[issue17992] test_asynchat hangs

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

[issue16805] when building docs on Debian 7 --> ERROR: Error in "note" directive

2013-05-19 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: @murray thanks for the clarification; I saw that part of the devguide, but wasn't sure if doc fixes/improvements were exempt (even if not mentioned) -- ___ Python tracker <http://bugs.python.org/is

[issue17917] use PyModule_AddIntMacro() instead of PyModule_AddIntConstant() when applicable

2013-05-21 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: @antoine I don't understand "This is a lot of code churn, but it touches code that is unlikely to be modified otherwise, so I guess it's ok.". What does it mean it's okay when it touches on code that's unlikely to be modifie

[issue17917] use PyModule_AddIntMacro() instead of PyModule_AddIntConstant() when applicable

2013-05-21 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: Ok, I thought so. Just wanted to make sure. -- ___ Python tracker <http://bugs.python.org/issue17917> ___ ___ Python-bug

[issue18041] mention issues with code churn in the devguide

2013-05-22 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe: I've seen complaints about code churn a few times, example: http://bugs.python.org/issue16510#msg175956. Would be nice if this was documented in the devguide. -- components: Devguide messages: 189844 nosy: ezio.melotti, tshepang pri

[issue22571] Remove import * recommendations and examples in doc?

2014-10-11 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker <http://bugs.python.org/issue22571> ___ ___ Python-bugs-list mailing list Unsubscribe:

<    1   2   3   4   5   >