(1)  What is the advantage of module Path vs just turning os.path into a class?
(except that people already import from os.path, so I suppose it would
need to be os.Path)

(2)  It sounds like quite a few stdlib calls will be both deprecated
and wrapped.  Having a new stdlib module rely on deprecated features
leaves a bad taste.  Perhaps move the functionality to the Path class
and then forward from the current (about to be deprecated) modules?

-jJ
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to