Wow, I haven't heard of pathlib [1] before now, but it looks awesome! In particular, using the slash operator to join paths is brilliant.<p><pre><code> >>> p = PurePath('/etc')
>>> p / 'init.d' / 'apache2'
PurePosixPath('/etc/init.d/apache2')
</code></pre>
[1]: <a href="http://docs.python.org/3.4/library/pathlib.html" rel="nofollow">http://docs.python.org/3.4/library/pathlib.html</a>
Been using python for 7+ years now. Does everyone really think people are willing to adopt 3.x anything...? The reality of it is every place I have worked (and currently working at). Is bound by 3rd party tools and what ever interpreter they built against. Mostly that 2.6,2.7 right now. And it does not look like anyone will be switching anytime soon.<p>Features look great, cant wait to "play" with them. But that;s about all. Play.