Éric Araujo <mer...@netwok.org> added the comment:

Thanks for the report and fix (da2f3527ef02).  I think you wanted to use a 
global object to list required fields, but you defined it without using it:

_345_REQUIRED = ('Name', 'Version')
[...]
-        for attr in ('Name', 'Version', 'Home-page'):
+
+        for attr in ('Name', 'Version'):

----------
assignee: tarek -> eric.araujo
resolution:  -> fixed
stage:  -> committed/rejected
status: open -> closed
type: feature request -> behavior
versions: +3rd party

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11038>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to