mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-22 11:51:28 +08:00
Python 3.9 added the usedforsecurity kwarg as discussed in: https://bugs.python.org/issue9216 The stubs for the other constructors were updated to reflect this change, but the stub for new() was missed.