[Python-checkins] devguide: I don't want to deal with the warnings module anymore.

brett.cannon python-checkins at python.org
Fri Jan 25 20:13:52 CET 2013


http://hg.python.org/devguide/rev/176190493186
changeset:   594:176190493186
parent:      566:3dc14c30667e
user:        Brett Cannon <brett at python.org>
date:        Fri Jan 25 14:13:34 2013 -0500
summary:
  I don't want to deal with the warnings module anymore.

files:
  experts.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/experts.rst b/experts.rst
--- a/experts.rst
+++ b/experts.rst
@@ -237,7 +237,7 @@
 urllib                orsenthil
 uu
 uuid
-warnings              brett.cannon
+warnings
 wave
 weakref               fdrake, pitrou
 webbrowser            georg.brandl

-- 
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list