Christian Siefkes
Christian Siefkes
I have the same issue, on Debian jessie (testing). gcodeview used to work, but some recent update has broken it. I managed to work around the issue by directly specifying...
Why is this not merged yet? It would be great to have!
Any news on this one?
@pslacerda It seems this PR got stalled because you didn't address the [proposal](https://github.com/python/cpython/pull/2735#discussion_r128146517) to use a sentinel object instead of the empty string (as per your own suggestion). Could you...
Why did you close this? The DEFAULT section is a *named* section can be used to provide default values for all other sections. But it must be named, just like...
Why must it be a string? In contrast to the name of the DEFAULT section, which is written to the file just like any other section header (and so must...
Also, it seems that `Misc/NEWS.d/next/` still needs to be updated. I guess that's what you mean with "I'm still missing documentation"?
No no no, I would urgently suggest to revert these latest commits! I think mixing the DEFAULT section and the unnamed section is a very bad idea. It would make...
As for the section name, I honestly don't care much. It could be UNNAMED_SECTION, NAMELESS_SECTION, TOP_LEVEL_SECTION, or just TOP_LEVEL. All are fine with me. But note that, if we change...
My viewpoints on some of this stuff: > We have an endpoint to retrieve user email. Another one to retrieve user name. Why do we split those up, rather than...