Edgewall Software

Opened 7 years ago

Last modified 7 years ago

#12861 closed defect

DeprecationWarning: passing settings to des_crypt.hash() is deprecated, and won't be supported in Passlib 2.0 — at Initial Version

Reported by: Ryan J Ollos Owned by: Ryan J Ollos
Priority: normal Milestone: 1.2.3
Component: general Version:
Severity: normal Keywords: passlib windows
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Spotted the following in the AppVeyor logs, tests run with Passlib 1.7.1:

C:\Python26-x64\lib\site-packages\passlib\utils\handlers.py:103: DeprecationWarning: passing settings to des_crypt.hash() is deprecated, and won't be supported in Passlib 2.0; use 'des_crypt.using(**settings).hash(secret)' 
instead
  DeprecationWarning, stacklevel=guess_app_stacklevel(2))

See also #12669.

Change History (0)

Note: See TracTickets for help on using tickets.