[Python-checkins] distutils2: Remove class that was only useful with Sphinx autodoc

eric.araujo python-checkins at python.org
Wed Aug 31 16:25:13 CEST 2011


http://hg.python.org/distutils2/rev/0ffa643d1454
changeset:   1128:0ffa643d1454
user:        Éric Araujo <merwok at netwok.org>
date:        Mon Aug 29 00:15:28 2011 +0200
summary:
  Remove class that was only useful with Sphinx autodoc

files:
  distutils2/metadata.py |  8 --------
  1 files changed, 0 insertions(+), 8 deletions(-)


diff --git a/distutils2/metadata.py b/distutils2/metadata.py
--- a/distutils2/metadata.py
+++ b/distutils2/metadata.py
@@ -183,14 +183,6 @@
 _MISSING = object()
 
 
-class NoDefault(object):
-    """Marker object used for clean representation"""
-    def __repr__(self):
-        return '<NoDefault>'
-
-_MISSING = NoDefault()
-
-
 class Metadata(object):
     """The metadata of a release.
 

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


More information about the Python-checkins mailing list