]> granicus.if.org Git - python/commit
Fix for PR#111: when using the inplace option, give the new file the
authorGuido van Rossum <guido@python.org>
Mon, 18 Oct 1999 21:41:43 +0000 (21:41 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 18 Oct 1999 21:41:43 +0000 (21:41 +0000)
commitdcb8583c180bc9c477f58f77166dc2abbccadc11
tree33ee5799d5eca4ee3bf2c02901222affb6fe6911
parent39d4a0237a921d93e879739042f1bcada1e92751
Fix for PR#111: when using the inplace option, give the new file the
same permissions as the old file, plugging a security hole.
(Not using exactly the suggested bugfix.)
Lib/fileinput.py