Ticket #2 (closed enhancement: fixed)

Opened 5 years ago

Last modified 4 years ago

Add makedirs() function/method

Reported by: schwa Owned by: schwa
Priority: minor Milestone: 2.1
Component: Library Version: 2.0.3
Keywords: makedirs, mkdir Cc:

Description

On 2005-07-02, Justin Ezequiel asked for a makedirs() function or method. I guess he means code which makes also non-existent directories between the "deepest existing" directory component and the directory component at the end of the path. This would be similar to the -p option of Posix' mkdir.

Change History

Changed 5 years ago by schwa

  • status changed from new to assigned

Changed 5 years ago by schwa

There's a makedirs(path, mode) function in the os module.

Changed 5 years ago by schwa

  • status changed from assigned to closed
  • resolution set to fixed

Just checked in (changeset 451).

Changed 4 years ago by schwa

  • milestone changed from 2.0.4 to 2.1
Note: See TracTickets for help on using tickets.