Andreas Stocker
Andreas Stocker
Some users may not use the date selector widget but rather enter the date via keyboard. Usually the format such users choose is not the same as the output format....
Setting `undefined` for an attribute on an object that is going to be serialized as JSON will cause the attribute to be skipped from the JSON. I think this is...
In some cases `open` may fail, which causes the script to crash. E.g. if the `.py` file is a broken symbolic link, `open` raises a `FileNotFoundError` exception. I've moved the...
It is no longer safe to directly access `zipimport._zip_directory_cache` since #103208. It is not guaranteed that the cache is acutally filled. This changed fixes this by using the internal method...
This adds tests for the documented behaviour of `pkgutil.extend_path` regarding different argument types as well as for `*.pkg` files. I took inspiration from the PR #12871 for the tests I've...