Antoine Pitrou <pit...@free.fr> added the comment:

Ok, thanks for the patches. Some further comments:
- the function generating the flags should be exported (with a private name), 
so that it can be reused by Lib/test/[test_]support.py. Duplicate code is 
error-prone, especially when enumerating command-line flags, attribute names...
- in the tests, proc_flags() could simply return tuple(sys.flags). This is 
simpler and easier to maintain.

----------

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

Reply via email to