[issue5164] backport distutils 3.x changes into 2.7 when appliabl

Tarek Ziadé report at bugs.python.org
Sat Feb 7 00:52:02 CET 2009


Tarek Ziadé <ziade.tarek at gmail.com> added the comment:

PEP8 :
  - removing space between function names and () 
     like:  function () -> function()

  - function(arg1,
             arg2,
             arg3)

    becomes 
 
    function(arg1, arg2, arg3)

- remove the usage of string.translate, type(foo) is StringType etc..

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5164>
_______________________________________


More information about the Python-bugs-list mailing list