]> granicus.if.org Git - python/commit
'mkpath()' now detects non-string 'name' arguments -- this is a fairly common
authorGreg Ward <gward@python.net>
Sat, 27 May 2000 01:35:27 +0000 (01:35 +0000)
committerGreg Ward <gward@python.net>
Sat, 27 May 2000 01:35:27 +0000 (01:35 +0000)
commit2d238c56a6d28002aa5c24c732068cbe598fc5be
tree66494f279ba64fd7abc8b245fa83f42358f62574
parent46380906d19c1696f0366be9231d03fe4b1a5981
'mkpath()' now detects non-string 'name' arguments -- this is a fairly common
bug when adding new code, so I thought I'd make it blow up earlier
than deep in posix.py.
Lib/distutils/dir_util.py