mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-07 22:10:10 +08:00
b8a3f9359f
* Update pbkdf2_hmac for Python 3.5 - Use `iterations` instead of `rounds` if running on 3.5 - Change `dklen` to `Optional` * Use `iterations` instead of `rounds` in 3.4+