summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial/errors.rst
Commit message (Collapse)AuthorAgeFilesLines
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-7/+7
| | | | Original patch by James Edwards.
* Fix grammarAndrew Svetlov2014-07-241-1/+1
|
* Drop double newlines printed in some file iteration examples.Andrew Svetlov2012-12-081-2/+2
| | | | Patch by Steven Kryskalla.
* #8652: update errors tutorial.R David Murray2012-06-081-3/+11
| | | | | | | The tutorial had some outdated examples. The patch also adds a caution about the meaning of parens in the except statement. Patch by Marien Zwart.
* #6879 - fix misstatement about exceptionsEzio Melotti2009-09-161-5/+3
|
* #6880: add reference to classes section in exceptions section, which comes ↵Georg Brandl2009-09-161-3/+4
| | | | earlier.
* #6777: dont discourage usage of Exception.args or promote usage of ↵Georg Brandl2009-09-041-17/+14
| | | | Exception.message.
* #6564: fix section about the two raise syntaxes.Georg Brandl2009-07-241-4/+5
|
* Use raise X(y).Georg Brandl2009-05-221-3/+3
|
* Remove trailing whitespace.Georg Brandl2009-01-031-6/+6
|
* Fix typo.Georg Brandl2008-09-161-1/+1
|
* update the tutorial to use str.formatBenjamin Peterson2008-05-261-1/+1
|
* Demonstrate new except/as syntax.Raymond Hettinger2008-01-301-4/+4
|
* Argh, wrong version.Georg Brandl2007-12-151-4/+0
|
* Add note about future import needed for with statement.Georg Brandl2007-12-151-0/+4
|
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+411