Message225184
Hi. When os.rename fails inside distutils.file_util.move_file, the exception is unpacked using ``(num, msg) = e``. While this was valid in Python 2, in Python 3 it should be ``e.args``. The attached patched fixes this. |
|
Date |
User |
Action |
Args |
2014-08-11 12:38:56 | Claudiu.Popa | set | recipients:
+ Claudiu.Popa, eric.araujo, dstufft |
2014-08-11 12:38:56 | Claudiu.Popa | set | messageid: <1407760736.2.0.981302438241.issue22182@psf.upfronthosting.co.za> |
2014-08-11 12:38:56 | Claudiu.Popa | link | issue22182 messages |
2014-08-11 12:38:55 | Claudiu.Popa | create | |
|