[Python-checkins] r73476 - peps/trunk/pep-0387.txt
benjamin.peterson
python-checkins at python.org
Fri Jun 19 04:20:54 CEST 2009
Author: benjamin.peterson
Date: Fri Jun 19 04:20:54 2009
New Revision: 73476
Log:
fix reference
Modified:
peps/trunk/pep-0387.txt
Modified: peps/trunk/pep-0387.txt
==============================================================================
--- peps/trunk/pep-0387.txt (original)
+++ peps/trunk/pep-0387.txt Fri Jun 19 04:20:54 2009
@@ -56,7 +56,7 @@
PEP or similar document may be written. Hopefully users of the affected API
will pipe up to comment.
-2. Add a warning [#warnings_]_. If behavior is changing, a the API may gain a
+2. Add a warning [#warnings]_. If behavior is changing, a the API may gain a
new function or method to perform the new behavior; old usage should raise
the warning. If an API is being removed, simply warn whenever it is entered.
DeprecationWarning is the usual warning category to use, but
More information about the Python-checkins
mailing list