Paul Ganssle

Results 208 comments of Paul Ganssle

> These files are distributed out of necessity, the normal files will symlink to them. If we are in control of the symlinks, which I think we are but have...

@FFY00 I think I was holding off on actually closing this until someone from the PSF weighs in as to whether they care how this is licensed — particularly if...

I am also experiencing this, primarily with Wikipedia. Github login manages to persist across sessions, though, so I don't know what's going on there. I've always added the cookie exceptions...

I am maybe -0.5 on this feature. There is a case for putting stuff in isoformat if people are usually going to want automatic truncation, but the in the use...

> What do you mean by automatic truncation? When `timespec` is set to `auto` (the default), if a datetime doesn't have sub-second components, they will be excluded from the output;...

I agree with @picnixz, the name here is not the problem. If [the survey on the API for outputting `Z`](https://github.com/python/cpython/issues/90772#issuecomment-1116665812) is any guide, it is *really* hard to do something...

As part of bpo-35829, it was suggested that we add the ability to output the "Z" suffix in `isoformat()`, so that `fromisoformat()` can both be the exact functional inverse of...

I think this approach is probably the best we can do, but I could also imagine that users might find it to be confusing behavior. I wonder if there's any...

After running a survey where I tried out 4 different keyword arguments at random with 972 participants (not all of them completed the survey all the way, admittedly) and asked...