grayjk
grayjk
Using blessed 1.20.0 and wcwidth 0.2.13, the following code enters an infinite loop: ``` import blessed blessed.Terminal().wrap('\u5973', 1) ```
From [docs.python.org](https://docs.python.org/3/reference/simple_stmts.html): > `__all__` should contain the entire public API. It is intended to avoid accidentally exporting items that are not part of the API (such as library modules which...
## Type of Changes | | Type | | --- | ---------------------- | | ✓ | :bug: Bug fix | ## Description Once a package has been found in a...
Create a pyz x.zip: ```bash $ unzip -t x.zip Archive: x.zip testing: xxx/ OK testing: xxx/test.py OK testing: xxx/__init__.py OK No errors detected in compressed data of x.zip. ``` xxx/test.py...
Relates to #18540 Adds a warning for redundant-annotation where a function local variable annotation type is the same as the inferred type Based heavily on the code from @asottile in...