diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2011-08-17 11:53:43 -0400 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2011-08-17 11:53:43 -0400 |
| commit | 34baa52786c19344c29d3a9e20d2348bf280c729 (patch) | |
| tree | 109709ab5fc8c1393dee02b7bb5797a12f40497a /passlib/utils/handlers.py | |
| parent | f3a121563512d51133cbacf50c96b1a3dccde31d (diff) | |
| download | passlib-34baa52786c19344c29d3a9e20d2348bf280c729.tar.gz | |
documentation building should now be done through 'setup.py build_sphinx';
changed instructions accordingly;
also added 'docdist' setup command to build doc zip files
Diffstat (limited to 'passlib/utils/handlers.py')
| -rw-r--r-- | passlib/utils/handlers.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/passlib/utils/handlers.py b/passlib/utils/handlers.py index 0bdf178..410ffca 100644 --- a/passlib/utils/handlers.py +++ b/passlib/utils/handlers.py @@ -172,7 +172,8 @@ class StaticHandler(object): The default :meth:`verify` method uses simple equality to compare hash strings. If your hash may have multiple encoding (eg case-insensitive), this - method should be overridden on a per-handler basis. + method (or the private :meth:`_norm_hash` method) + should be overridden on a per-handler basis. If your hash has options, such as multiple identifiers, salts, or variable rounds, this is not the right class to start with. |
