[Python-checkins] r83043 - peps/trunk/pep-3151.txt

antoine.pitrou python-checkins at python.org
Wed Jul 21 21:41:06 CEST 2010


Author: antoine.pitrou
Date: Wed Jul 21 21:41:06 2010
New Revision: 83043

Log:
Stress appendices



Modified:
   peps/trunk/pep-3151.txt

Modified: peps/trunk/pep-3151.txt
==============================================================================
--- peps/trunk/pep-3151.txt	(original)
+++ peps/trunk/pep-3151.txt	Wed Jul 21 21:41:06 2010
@@ -94,6 +94,10 @@
 exception specifics has to examine the ``errno`` or ``winerror`` attribute
 anyway.
 
+.. note::
+    **Appendix B** surveys the use of the various exception types accross
+    the interpreter and the standard library.
+
 
 Lack of fine-grained exceptions
 -------------------------------
@@ -226,7 +230,7 @@
 The second step of the resolution is to extend the hierarchy by defining
 subclasses which will be raised, rather than their parent, for specific
 errno values.  Which errno values is subject to discussion, but a survey
-of existing exception matching practices (see Appendix A) helps us
+of existing exception matching practices (see **Appendix A**) helps us
 propose a reasonable subset of all values.  Trying to map all errno
 mnemonics, indeed, seems foolish, pointless, and would pollute the root
 namespace.


More information about the Python-checkins mailing list