This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author upendra-k14
Recipients docs@python, martin.panter, nchammas, upendra-k14
Date 2016-01-08.09:58:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452247086.49.0.163978655484.issue26035@psf.upfronthosting.co.za>
In-reply-to
Content
I am submitting a patch for this documentation issue. I have changed the function parameters name 'traceback' to 'tb'. Because of this I have also introduced changes in the text of the documentation to maintain coherency.

I found some more inconsistent function parameter's name:

I have changed them :

'type' to 'etype' in functions print_exception, format_exception_only, format_exception

'list' to 'extracted_list' in function format_list
'
History
Date User Action Args
2016-01-08 09:58:06upendra-k14setrecipients: + upendra-k14, docs@python, martin.panter, nchammas
2016-01-08 09:58:06upendra-k14setmessageid: <1452247086.49.0.163978655484.issue26035@psf.upfronthosting.co.za>
2016-01-08 09:58:06upendra-k14linkissue26035 messages
2016-01-08 09:58:06upendra-k14create