coding conventions, PEP vs. practice

Terry Reedy tjreedy at udel.edu
Wed Jan 5 00:38:45 EST 2005


"Robert Kern" <rkern at ucsd.edu> wrote in message 
news:crff5d$noi$1 at news1.ucsd.edu...
> Note the first sentence of the PEP: "This document gives coding 
> conventions for the Python code comprising the standard library for the 
> main Python distribution."

Even that should say "from now on".  Some library code was written before 
PEP8.  And Guido has so far discouraged purely stylistic patches to 
functioning code (because of the risk on introducing bugs where none 
exist).

TJR








More information about the Python-list mailing list