by alxv on 11/25/13, 12:31 AM with 28 comments
by taylorfausak on 11/25/13, 1:14 AM
>>> p = PurePath('/etc')
>>> p / 'init.d' / 'apache2'
PurePosixPath('/etc/init.d/apache2')
[1]: http://docs.python.org/3.4/library/pathlib.htmlby computerhead on 11/25/13, 6:31 AM
Features look great, cant wait to "play" with them. But that;s about all. Play.
by makmanalp on 11/25/13, 3:58 AM
Wow. This'll lead to some interesting hacks, I think.
by the1 on 11/25/13, 1:28 PM