Activity log for bug #120135

Date Who What changed Old value New value Message
2007-06-13 01:23:58 Jonathan Lange bug added bug
2007-06-13 13:31:34 John A Meinel bzr: status Unconfirmed Confirmed
2007-06-13 13:31:34 John A Meinel bzr: importance Undecided Wishlist
2007-06-13 13:31:34 John A Meinel bzr: statusexplanation This seems reasonable, though there is still one question. Which is whether it should fail if the target directory already exists. os.makedirs() will raise an exception if the target exists, while 'mkdir -p' will not. Most of our current code just silently swallows the exception that is naturally raised by the mkdir() call, so I would tend to implement it that way. What did you have in mind?
2009-10-09 00:03:30 Curtis Hovey tags trivial tech-debt trivial
2009-10-09 00:41:41 Martin Pool bzr: status Confirmed Fix Released
2009-10-09 00:42:02 Martin Pool bug task added launchpad-code
2009-10-09 00:42:12 Martin Pool launchpad-code: status New Confirmed
2009-10-09 00:42:18 Martin Pool launchpad-code: importance Undecided Wishlist
2009-10-09 16:40:16 Aaron Bentley launchpad-code: status Confirmed Fix Released