path.py
Jason Orendorff (via Mark Pilgrim):
This module provides a single class that wraps the functionality in the
os.path
module. You wouldn’t think that would be so helpful, but in practice I find it much more pleasant to write and to read.
Jason Orendorff (via Mark Pilgrim):
This module provides a single class that wraps the functionality in the
os.path
module. You wouldn’t think that would be so helpful, but in practice I find it much more pleasant to write and to read.