]> granicus.if.org Git - python/commit
Added 'write_file()' function.
authorGreg Ward <gward@python.net>
Tue, 21 Sep 1999 18:37:51 +0000 (18:37 +0000)
committerGreg Ward <gward@python.net>
Tue, 21 Sep 1999 18:37:51 +0000 (18:37 +0000)
commitac1424a9ceb07cbd249c67e40bb1bf4ac38e8df1
tree729a879a34704833bf4e330baa4af7f7010afd59
parentb116e45a29bfb6cecae92f58e75e10838bac765f
Added 'write_file()' function.
Added global cache PATH_CREATED used by 'mkpath()' to ensure it doesn't
  try to create the same path more than once in a session (and, more
  importantly, to ensure that it doesn't print "creating X" more than
  once for each X per session!).
Lib/distutils/util.py