[Python-checkins] distutils2: Automated merge with https://bitbucket.org/mtlpython/distutils2/

tarek.ziade python-checkins at python.org
Sun May 30 00:05:49 CEST 2010


tarek.ziade pushed fa62924e8f37 to distutils2:

http://hg.python.org/distutils2/rev/fa62924e8f37
changeset:   168:fa62924e8f37
parent:      166:18aa8268fd52
parent:      167:5594d05f391a
user:        Nicolas Cadou <ncadou at cadou.ca>
date:        Sat May 22 21:34:06 2010 -0400
summary:     Automated merge with https://bitbucket.org/mtlpython/distutils2/
files:       

diff --git a/src/distutils2/dist.py b/src/distutils2/dist.py
--- a/src/distutils2/dist.py
+++ b/src/distutils2/dist.py
@@ -248,7 +248,7 @@
                 elif hasattr(self, key):
                     setattr(self, key, val)
                 else:
-                    msg = "Unknown distribution option: %s" % repr(key)
+                    msg = "Metadata option not defined in version 1.2 (PEP-345): %s" % repr(key)
                     if warnings is not None:
                         warnings.warn(msg)
                     else:

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


More information about the Python-checkins mailing list