[issue13691] pydoc help (or help('help')) should show the doc for help

2012-10-07 Thread Éric Araujo
Éric Araujo added the comment: What about "pydoc help"? -- versions: +Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue13691] pydoc help (or help('help')) should show the doc for help

2012-10-07 Thread Mike Hoy
Mike Hoy added the comment: >> What about "pydoc help"? $ ./python -m pydoc help Help on built-in function help: help(...) Invoke the built-in help system. help() The interactive help system starts on the interpreter console. help(string) The string is looked up as the na

[issue14783] Make int() and str() docstrings correct

2012-10-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3b484f53f91b by Chris Jerdonek in branch '2.7': Issue #14783: Backport changes from 3.2. http://hg.python.org/cpython/rev/3b484f53f91b -- ___ Python tracker __

[issue14783] Make int() and str() docstrings correct

2012-10-07 Thread Chris Jerdonek
Changes by Chris Jerdonek : -- resolution: -> fixed stage: commit review -> committed/rejected status: open -> closed ___ Python tracker ___

[issue16155] Some minor doc fixes in Doc/faq

2012-10-07 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue13498] os.makedirs exist_ok documentation is incorrect, as is some of the behavior

2012-10-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 88a7b9c3b6c0 by Hynek Schlawack in branch '3.2': #13498: Clarify docs of os.makedirs()'s exist_ok argument. http://hg.python.org/cpython/rev/88a7b9c3b6c0 -- nosy: +python-dev ___ Python tracker

[issue13451] sched.py: speedup cancel() method

2012-10-07 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' : -- versions: +Python 3.4 -Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue16099] robotparser doesn't support request rate and crawl delay parameters

2012-10-07 Thread Hynek Schlawack
Changes by Hynek Schlawack : -- nosy: +hynek ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue12322] ElementPath 1.3 expressions documentation

2012-10-07 Thread Mike Hoy
Mike Hoy added the comment: It doesn't look like there are any errors to document. I'm attaching a patch that Patrick suggested. -- keywords: +patch Added file: http://bugs.python.org/file27481/issue12322_v1.diff ___ Python tracker

<    1   2