[issue23921] Standardize documentation whitespace, formatting

2016-01-06 Thread R. David Murray
Changes by R. David Murray : -- nosy: -r.david.murray ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue26034] venv documentation out of date

2016-01-06 Thread Dan Sadowski
New submission from Dan Sadowski: The listing for the --clear option in the documentation is outdated. This is from the actual current 3.5 usage text: --clear Delete the contents of the environment directory if it already exists, before environment creati

[issue26035] traceback.print_tb() takes `tb`, not `traceback` as a keyword argument

2016-01-06 Thread Nicholas Chammas
New submission from Nicholas Chammas: Here is traceback.print_tb()'s signature [0]: ``` def print_tb(tb, limit=None, file=None): ``` However, its documentation reads [1]: ``` .. function:: print_tb(traceback, limit=None, file=None) ``` Did the keyword argument change recently, or was this par

[issue16544] Add external link to ast docs

2016-01-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 94b0e5e9b6e8 by Senthil Kumaran in branch '3.4': Issue16544 - Add a link to an external documentation resource in ast module docs. https://hg.python.org/cpython/rev/94b0e5e9b6e8 New changeset ebf164b07be1 by Senthil Kumaran in branch '3.5': merge f

[issue16544] Add external link to ast docs

2016-01-06 Thread Senthil Kumaran
Senthil Kumaran added the comment: Thanks for patch and the work on Green Tree Snakes, Thomas. It is a great resource. I agree that a lot could be included directly in stdlib docs, but till then, as suggested/recommended by Andrew and Ezio, a see also link is a good addition. -- assig

[issue25940] SSL tests failed due to expired svn.python.org SSL certificate

2016-01-06 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- assignee: -> martin.panter ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue26030] Use PEP8 in documentation examples

2016-01-06 Thread Raymond Hettinger
Raymond Hettinger added the comment: > I found a lot of missing spaces around binary operators Please don't make trivial changes like this. -- nosy: +rhettinger ___ Python tracker _

<    1   2