Mercurial > public > src > moin > 1.9
diff MoinMoin/user.py @ 33:55ff4feb0f59
src cosmetics: remove TODOs, CVS stuff
imported from: moin--main--1.5--patch-34
author | Thomas Waldmann <tw@waldmann-edv.de> |
---|---|
date | Sun, 25 Sep 2005 11:36:51 +0000 |
parents | a47550d21d2d |
children | 3ffdb52c6969 |
line wrap: on
line diff
--- a/MoinMoin/user.py Sun Sep 25 10:37:48 2005 +0000 +++ b/MoinMoin/user.py Sun Sep 25 11:36:51 2005 +0000 @@ -730,7 +730,7 @@ @param pagename: the page name to add to the trail """ - # TODO: acquire lock here, so multiple processes don't clober + # TODO: acquire lock here, so multiple processes don't clobber # each one trail. if self.valid and (self.show_page_trail or self.remember_last_visit): @@ -776,8 +776,6 @@ finally: file.close() - # TODO: do we realy need to set perimssion for each save, which - # is on each request? try: os.chmod(path, 0666 & config.umask) except OSError, err: