Shashwat Anand <[email protected]> added the comment: Is "self.fd = os.open(name, mode, 0666)" Ok ? Should not it be "self.fd = os.open(name, mode, 0644)", because that is what the default permissions are.
---------- nosy: +l0nwlf _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue8464> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
