]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove class that was only useful with Sphinx autodoc
authorÉric Araujo <merwok@netwok.org>
Thu, 18 Aug 2011 22:53:04 +0000 (00:53 +0200)
committerÉric Araujo <merwok@netwok.org>
Thu, 18 Aug 2011 22:53:04 +0000 (00:53 +0200)
Lib/packaging/metadata.py

index 53d91f745156c1f82b8b2f33d1a270519cce7f02..104600b54e98b64e6cc953a60389881addb64be5 100644 (file)
@@ -182,14 +182,6 @@ _UNICODEFIELDS = ('Author', 'Maintainer', 'Summary', 'Description')
 _MISSING = object()
 
 
-class NoDefault:
-    """Marker object used for clean representation"""
-    def __repr__(self):
-        return '<NoDefault>'
-
-_MISSING = NoDefault()
-
-
 class Metadata:
     """The metadata of a release.