commit | fe99105835b59e66ca1fd53ea3f8bcec3ec7cb3c | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed Sep 16 15:54:04 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Wed Sep 16 15:54:04 2009 +0000 |
tree | 5f0300442574c00e152284d0a223380f59dac6bf | |
parent | 3d6575dfc85cd11473aa93a8219ac010a823919a [diff] [blame] |
Use true booleans and PEP8 for argdefaults.
diff --git a/Lib/xml/dom/domreg.py b/Lib/xml/dom/domreg.py index 67e0104..cb35bb0 100644 --- a/Lib/xml/dom/domreg.py +++ b/Lib/xml/dom/domreg.py
@@ -36,7 +36,7 @@ return 0 return 1 -def getDOMImplementation(name = None, features = ()): +def getDOMImplementation(name=None, features=()): """getDOMImplementation(name = None, features = ()) -> DOM implementation. Return a suitable DOM implementation. The name is either