> Author: lukasz.langa
> New Revision: 87299
>
> Log:
> Broken ConfigParser removed, SafeConfigParser renamed to ConfigParser.
> Life is beatiful once again.
IIIUC, this change makes bugs requesting use of SafeConfigParser in
distutils and logging obsolete.
> @@ -1139,6 +1122,6 @@
>
> if __name__ == "__main__":
> if "-c" in sys.argv:
> - test_coverage('/tmp/cmd.cover')
> + test_coverage('/tmp/configparser.cover')
> else:
> test_main()
Consider using the tempfile module. You need to print the filename on
stderr, I think. Alternatively, remove this custom functionality
entirely and move it to regrtest or unittest.
Cheers
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com