Why should Python PEP-8 specify a maximum line length of 79 characters?
        Posted  
        
            by pcorcoran
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by pcorcoran
        
        
        
        Published on 2008-09-18T00:36:24Z
        Indexed on 
            2010/05/08
            9:38 UTC
        
        
        Read the original article
        Hit count: 257
        
Why in this millenium should Python PEP-8 specify a maximum line length of 79 characters?
Pretty much every code editor under the sun can handle longer lines. What to do with wrapping should be the choice of the content consumer, not the responsibility of the content creator.
Are there any (legitimately) good reasons for adhering to 79 characters in this age?
© Stack Overflow or respective owner