Vinay Sajip
Vinay Sajip
Or maybe just do the equivalent of `result = b'#!' + executable + post_interp + os.linesep.encode('utf-8')` in `_build_shebang()`?
OK, this is probably a transpiler issue and I'll look at it as soon as time permits.
I got this working by overwriting `activateTheme` with my own function, see [here](https://github.com/python/cpython/blob/e245ed7d1e23b5c8bc0d568bd1a2f06ae92d631a/Doc/howto/logging.rst?plain=1#L390-L426). The result can be previewed [here](https://cpython-previews--121265.org.readthedocs.build/en/121265/howto/logging.html#logging-flow). It would still be good to have the function of setting/unsetting...
Do you want it to match the `peps.python.org` behaviour exactly? Or is what I've implemented (using the `body` tag, and the attribute has a `-theme` suffix) OK?
I'm sure it might be aesthetically pleasing from a "design purity" point of view, but does it give you anything that you can't do with `on_data`? I imagine that the...
> Would you be open to merging it if I add this, to simplify this use case? It depends on how the proposed changes look. After all, I would have...
I've [updated](https://docs.red-dove.com/python-gnupg/index.html#threading-constraints-on-processing-data) the documentation to talk about threading constraints when processing data.
Fixing this will probably need to avoid including the `JSON.ccc` file in `JSONC.ccc`, but rather copying its contents and changing the grammar to allow trailing commas. Also, JSONC allows bare...
There's a lot of changes here - to help me understand what this change is for, perhaps you could post on the forum or a blog post somewhere as to...
Thanks, that all seems very comprehensive! I'll give that a go :slightly_smiling_face: