Code review comment for lp:~maxb/launchpad/py2.6-importfascist-again

Revision history for this message
Max Bowsher (maxb) wrote :

Back in devel r10090, jml renamed some of the parameters of importfascist to "nicer" names. However, these names are actually part of the interface of __import__(...) when invoked using keyword arguments, and the encodings module in the Python 2.6 standard library actually does so. So, this branch puts the names back to the standard ones as defined by the built-it __import__(...).

« Back to merge proposal