PyWart: os.path needs immediate attention!

Chris Angelico rosuav at gmail.com
Fri Jul 29 16:25:00 EDT 2011


On Sat, Jul 30, 2011 at 3:22 AM, rantingrick <rantingrick at gmail.com> wrote:
> ~~~~~~~~~~~~~~~~~~~~~~~~~
>  3. Non Public Names Exposed!
> ~~~~~~~~~~~~~~~~~~~~~~~~~
>
>  * genericpath
>  * os
>  * stat
>  * sys
>  * warnings
>

And you intend to do what, exactly, with these?

>  - splitunc --> Unix specific!

1) So?
2) http://docs.python.org/library/os.path.html#os.path.splitunc says
"Availability: Windows."

If you actually meant "Windows specific" then the first one still holds.

Under Unix, the only place UNC names are supported is CIFS mounting
(and equivalents, smbmount etc).

ChrisA



More information about the Python-list mailing list