<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: One Code Styleguide Per Programming Language Is Not Silly</title>
	<link>http://lucumr.pocoo.org/cogitations/2007/11/04/one-code-styleguide-per-programming-language-is-not-silly/</link>
	<description>Armin Ronacher thinking</description>
	<pubDate>Sat, 11 Oct 2008 12:02:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>By: mq</title>
		<link>http://lucumr.pocoo.org/cogitations/2007/11/04/one-code-styleguide-per-programming-language-is-not-silly/#comment-717</link>
		<author>mq</author>
		<pubDate>Sat, 10 Nov 2007 16:06:26 +0000</pubDate>
		<guid>http://lucumr.pocoo.org/cogitations/2007/11/04/one-code-styleguide-per-programming-language-is-not-silly/#comment-717</guid>
		<description>Fully agreed. The names in the stdlib suck, and it sucks even more that many people and libraries don't adapt the PEP 8 style.</description>
		<content:encoded><![CDATA[<p>Fully agreed. The names in the stdlib suck, and it sucks even more that many people and libraries don&#8217;t adapt the PEP 8 style.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett</title>
		<link>http://lucumr.pocoo.org/cogitations/2007/11/04/one-code-styleguide-per-programming-language-is-not-silly/#comment-683</link>
		<author>Brett</author>
		<pubDate>Sun, 04 Nov 2007 19:50:14 +0000</pubDate>
		<guid>http://lucumr.pocoo.org/cogitations/2007/11/04/one-code-styleguide-per-programming-language-is-not-silly/#comment-683</guid>
		<description>The biggest problem is that PEP 8 was not around when a bunch of stuff went into the stdlib (it didn't come until being until July 2001 which is over 11.5 years after Python's creation).  While the module names will get fixed in Python 3.0, changing method and functions are harder as those can't be automated.

Hopefully we can, at some point, either rename methods and function slowly, or just replace/remove old modules.</description>
		<content:encoded><![CDATA[<p>The biggest problem is that PEP 8 was not around when a bunch of stuff went into the stdlib (it didn&#8217;t come until being until July 2001 which is over 11.5 years after Python&#8217;s creation).  While the module names will get fixed in Python 3.0, changing method and functions are harder as those can&#8217;t be automated.</p>
<p>Hopefully we can, at some point, either rename methods and function slowly, or just replace/remove old modules.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
