summaryrefslogtreecommitdiff
path: root/passlib/utils/handlers.py
diff options
context:
space:
mode:
Diffstat (limited to 'passlib/utils/handlers.py')
-rw-r--r--passlib/utils/handlers.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/passlib/utils/handlers.py b/passlib/utils/handlers.py
index 6e2763b..4f4a54f 100644
--- a/passlib/utils/handlers.py
+++ b/passlib/utils/handlers.py
@@ -435,7 +435,6 @@ class GenericHandler(object):
#NOTE: documenting some non-standardized but common kwd flags
# that passlib to_string() method may have
#
- # native=True -- if false, return unicode under py2 -- ignored under py3
# withchk=True -- if false, omit checksum portion of hash
#
raise NotImplementedError("%s must implement from_string()" % (type(self),))