Python Doc Error: os.makedirs

Xah Lee xah at xahlee.org
Thu Oct 20 16:25:34 EDT 2005


Thomas Bellman wrote:
>    try:
>	os.makedirs("/tmp/trh/spam/norwegian/blue/parrot/cheese")
>    except os.error, e:
>	if e.errno != errno.EEXIST:
>	    raise

This is what i want. Thanks.

(the doc needs quite some improvement...)

 Xah
 xah at xahlee.orghttp://xahlee.org/




More information about the Python-list mailing list