Path to this page:
Subject: CVS commit: pkgsrc/devel/py-path.py
From: Adam Ciarcinski
Date: 2018-09-07 11:23:36
Message id: 20180907092336.4C0F6FBF8@cvs.NetBSD.org
Log Message:
py-path.py: updated to 11.1.0
11.1.0
- Add iglob method.
- Rename tempdir to TempDir and declare
it as part of __all__. Retain tempdir for compatibility
for now.
- TempDir.__enter__ no longer returns the TempDir
instance, but instead returns a Path instance, suitable for
entering to change the current working directory.
Files: