江文
江文
**What kind of change does this PR introduce?** - [X] bug fix - [ ] feature - [ ] docs update - [ ] tests/coverage improvement - [ ] refactoring...
I've seen clean failures in my production error log files due to `UnpicklingError: invalid load key, '\x00'`. I suspect the session file was created by attackers. This would 1) break...
`os.scandir()` is more effcient than `os.listdir()` and is generator based. **What kind of change does this PR introduce?** - [ ] bug fix - [ ] feature - [ ]...
I would like to suggest adding reversed methods to sqlitedict, such as reversed_keys(), reversed_items(), and reversed_values(). Currently, there are no built-in ways to get content in reverse order from sqlitedict,...
Fixes #2240 This PR is intended to make sure all ultimatelistctrl calls to wx.Rect() with 4 args are ints, and fix all potential float type args errors.