[issue3253] shutil.move bahave unexpected in fat32

2008-08-09 Thread Antoine Pitrou
Antoine Pitrou <[EMAIL PROTECTED]> added the comment: This is already fixed in the trunk (which will become Python 2.6). -- nosy: +pitrou resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]>

[issue3253] shutil.move bahave unexpected in fat32

2008-07-01 Thread grissiom
New submission from grissiom <[EMAIL PROTECTED]>: Build the environment in a fat32 file system: $echo test > test_move $mkdir testmove If I shutil.move('test_move', 'testmove'), it will raise: Traceback (most recent call last): File "testmove.py", line 5, in shutil.move('test_move', 'tes