]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
switch from FieldStorage.value to FieldStorage.file
authorZooko O'Whielacronx <zooko@zooko.com>
Fri, 25 May 2007 23:00:19 +0000 (16:00 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Fri, 25 May 2007 23:00:19 +0000 (16:00 -0700)
commit04b649f97127b9ce596c861c7ac8e4da91029448
tree03fcbadd2a14fec24732546c1c73c615b3341194
parent763cfc7874def38351b9c2f671f14cfa55d3d347
switch from FieldStorage.value to FieldStorage.file
Unfortunately this doesn't make the O(n) memory usage go away.  It might reduce the constants -- I'm not sure.  I look forward to enhancement #54 -- memory usage tests!
src/allmydata/webish.py