Subject: CVS commit: wip/py-pathlib
From: Kamel Ibn Aziz Derouiche
Date: 2015-07-03 20:49:26
Message id: E1ZB61w-0005Wc-5K@sfs-ml-2.v29.ch3.sourceforge.com

Log Message:
Import py27-pathlib-1.0.1 as wip/py-pathlib.

pathlib offers a set of classes to handle filesystem paths. It offers the
following advantages over using string objects:
 - No more cumbersome use of os and os.path functions. Everything can be done
 easily through operators, attribute accesses, and method calls
 - Embodies the semantics of different path types. For example, comparing
  Windows paths ignores casing
 - Well-defined semantics, eliminating any warts or ambiguities (forward vs
 backward slashes, etc.)


Files:
RevisionActionfile
1.1addwip/py-pathlib/DESCR
1.1addwip/py-pathlib/Makefile
1.1addwip/py-pathlib/PLIST
1.1addwip/py-pathlib/distinfo