Robert Bamler

Results 6 comments of Robert Bamler

Thanks for the quick feedback! I've moved the new code into the `if self.is_package - else` block and added a test. Studying the existing code for "normal" submodule discovery, I...

One problem I encountered: the HTML documentation for a native extension module now places all files in the top level directory. The contents of the files shows the correct nested...

Just tested it: - `import pyext.submodule` doesn't work; - `from pyext.submodule import variable` doesn't work; - however, `from pyext import submodule` works. ``` $ python Python 3.8.2 (default, Mar 2...

Thank you for the explanation! Unfortunately, setting `.__package__` and `.__path__` in the extension module doesn't help. I respect your decision if you don't want to address this. I'd just like...

Hi jskvbinmv, unfortunately, I have very limited time to work on Dontprint right now and porting it to a Google Chrome extension has higher priority for me, since I think...

I know this is an old bug but do you still remember which page was displayed when you clicked on the "Dontprint" icon? The "no tab with ID" error is...