This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients John Jones, eryksun, martin.panter, tbeadle
Date 2016-06-04.00:16:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464999374.08.0.193240559954.issue24617@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the patch Tommy. One minor quirk that bugs me: *mode*'s gets marked up with an opening quote rather than an apostrophe. Perhaps we can change it to a Unicode apostrophe (*mode*’s). Another alternative would be: the octal representation of *mode*.

But looking at the code, makedirs() just passes “mode” through to mkdir(). Maybe the mkdir() documentation needs updating too. Maybe it is better to just refer from makedirs() to mkdir(), rather than duplicating everything; I’m not sure.
History
Date User Action Args
2016-06-04 00:16:14martin.pantersetrecipients: + martin.panter, eryksun, John Jones, tbeadle
2016-06-04 00:16:14martin.pantersetmessageid: <1464999374.08.0.193240559954.issue24617@psf.upfronthosting.co.za>
2016-06-04 00:16:13martin.panterlinkissue24617 messages
2016-06-04 00:16:11martin.pantercreate