[issue9608] Re-phrase best way of using exceptions in doanddont.rst

Terry J. Reedy report at bugs.python.org
Fri Aug 20 19:39:02 CEST 2010


Terry J. Reedy <tjreedy at udel.edu> added the comment:

Doc/howto/doanddont.rst is the source for
Python HOWTOs: Idioms and Anti-Idioms in Python
Moshe Zadka original author (added as nosy)

The gist of the patch is to clarify that using 'with' is best, not the non-with version that is currently called  both 'best' and 'not very good'. I agreed that the current version is confusing and the patch or something like it should be applied.

Floris: 2.6 is closed to non-critical patches. 3.3 is for patches that cannot be applied sooner.

----------
nosy: +moshez, terry.reedy
stage:  -> patch review
type: feature request -> behavior
versions:  -Python 2.6, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9608>
_______________________________________


More information about the Python-bugs-list mailing list