[path-PEP] Path inherits from basestring again

Andrew Dalke dalke at dalkescientific.com
Mon Jul 25 13:37:52 EDT 2005


> Reinhold Birkenfeld wrote:
>> Current change:
>> 
>> * Add base() method for converting to str/unicode.

Now that [:] slicing works, and returns a string,
another way to convert from path.Path to str/unicode
is path[:]

				Andrew
				dalke at dalkescientific.com




More information about the Python-list mailing list