dadadel / pyment

Format and convert Python docstrings and generates patches
GNU General Public License v3.0
905 stars 62 forks source link

Windows error: cannot create a file that already exists #40

Closed asettouf closed 7 years ago

asettouf commented 7 years ago

PR for issue #26.

Added the code to workaround this windows issue. Tested it on my Windows laptop and it works. Added also one test regarding the new function I added.

By the way the module I use platform is available for Python 2.7+ and Python 3+.

dadadel commented 7 years ago

Thanks @asettouf for the PR!