[issue15100] Race conditions in shutil.copy, shutil.copy2 and shutil.copyfile

2012-07-05 Thread Brad Tilley
"Additionally, shutil.copyfile procedure seems to have a problem with symlinks that could result in the corruption of content of any file on filesystem (in favorable conditions)." --- Does the shutil.copyfile corruption issue impact Python 2.6? And, what sort of "favorable conditions" need to exi

[issue1755] Misspelling in future.c in 2.5.1 source (handl should be handle)

2008-01-07 Thread Brad Tilley
New submission from Brad Tilley: /* A subsequent pass will detect future imports that don't appear at the beginning of the file. There's one case, however, that is easier to handl here: A series of imports joined by semi-colons, where the first i