Guido van Rossum added the comment: PJE's patch looks good to me too.
Stylistic nits: - The proper name of the now-public null importer type ought to be PyNullImporter_Type, to rhyme with e.g. PyString_Type - There's a multi-line if that has the closing parenthesis in an odd place at the start of the next line. The preferred style is to place the close paren after the last condition, and put the open curly on a line by itself. ---------- nosy: +gvanrossum _____________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1739468> _____________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com