R. David Murray

Results 38 comments of R. David Murray

Since bytes are accepted in both cases, the inconsistency does seem odd. Looking at the history, I think the else statement that checks the types that can be handled was...

So less than a year means only some versions of 3.5? So we could drop it in 3.6 and hope we don't break anybody's code? I'm not sure I like...

As an enhancement, this could be added only to 3.5. The proposal sounds reasonable to me.

(1) is all *we* need. We build dicts of data (json, essentially) and want to pass them to Schema.validate. I don't actually know what it would mean for load and...

@deckar01: the problem isn't that the programmer might have made an error in constructing an object. We're building an event driven system and using Marhsmallow for event construction and validation....

The problem with a mixin is that DateTime, etc, are core types, meaning uses of the library would need to subclass these into custom types and then make sure they...

At the risk of muddying the waters, I think this is actually a bug. I don't believe message-id headers are technically allowed to be encoded using encoded words. The spec...

Actually `_refold_parse_tree` *can* know that it is folding an unstructured header by checking the `token_type` of its argument.

Ah, your are right of course. It has been too long since I wrote this code ;) Now I remember that I'd been thinking there was more information that fold...

I have a situation where it would be really helpful to know in my cleanup routine whether or not the test failed. The situation is this: I'm running a command...