Bug summary
__
Summary for 2012-03-25 through 2012-04-01
Opened Closed Total Change
Enhancements: 13 5821 +8
Defects: 6 1538 +5
Tasks: 0 0 6
On Mar 31, 2012, at 6:10 PM, Brian Warner wrote:
> On 3/30/12 5:49 PM, Glyph wrote:
>
>>> http://foolscap.lothar.com/docs/logging.html has details.
>>
>> Indeed, Foolscap has informed many of my future wishes for Twisted
>> logging, especially its incident reporting and logport features. (I
>>
On 3/30/12 5:49 PM, Glyph wrote:
>> http://foolscap.lothar.com/docs/logging.html has details.
>
> Indeed, Foolscap has informed many of my future wishes for Twisted
> logging, especially its incident reporting and logport features. (I
> wasn't aware of UMIDs but I have independently invented the
On Mar 31, 2012, at 5:59 AM, Flint wrote:
> Hi, all.
> using PB i wanted to implement some access control check on my copyable
> objects.
> so i placed that in getStateToCopyFor, all is ok except when i need to perfom
> some asynchronous call in that method.
> ex: (i use twisted 10.1.0)
> ...
>
Hi, all.
using PB i wanted to implement some access control check on my copyable
objects.
so i placed that in getStateToCopyFor, all is ok except when i need to
perfom some asynchronous call in that method.
ex: (i use twisted 10.1.0)
...
def getStateToCopyFor(self, user):
state = self.getStateToC