Re: [Python-Dev] [Python-checkins] r86930 - in python/branches/py3k: Doc/library/os.rst Lib/os.py Lib/test/test_os.py Misc/ACKS Misc/NEWS

2010-12-02 Thread Nick Coghlan
On Thu, Dec 2, 2010 at 5:05 PM, terry.reedy python-check...@python.org wrote: + If +   the target directory with the same mode as we specified already exists, +   raises an :exc:`OSError` exception if *exist_ok* is False, otherwise no +   exception is raised.  If the directory cannot be

Re: [Python-Dev] [Python-checkins] r86930 - in python/branches/py3k: Doc/library/os.rst Lib/os.py Lib/test/test_os.py Misc/ACKS Misc/NEWS

2010-12-02 Thread Terry Reedy
On 12/2/2010 4:32 AM, Nick Coghlan wrote: On Thu, Dec 2, 2010 at 5:05 PM, terry.reedypython-check...@python.org wrote: (except I did not write most of the patch) + If + the target directory with the same mode as we specified already exists, + raises an :exc:`OSError` exception if