Johannes Kolb added the comment:
I want to mention a situation in which the current behaviour of os.makedirs is
confusing. At the first glance I would expect that if
>>> os.makedirs(path)
succeeds, then a following call to
>>> os.makedirs(path, exist_ok=True)
will succeed
New submission from Johannes Kolb :
The documentation for "files" section of the setup.cfg file causes confusion:
The examples don't match the description. Obviously the order of "destination"
and "source" part in the generated filenames was mixed up in some