Changes between Version 2 and Version 3 of Ticket #31719, comment 2


Ignore:
Timestamp:
Sep 3, 2020, 2:20:31 AM (4 years ago)
Author:
Mariusz Felisiak

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31719, comment 2

    v2 v3  
    1 I'm facing the same issue. And tried to check type but I got str.. I don't know why though..
    2 
    3 '''
     1I'm facing the same issue. And tried to check type but I got str. I don't know why though..
     2{{{
    43import bcrypt
    54type(bcrypt.hashpw(b'password', bcrypt.gensalt()))
    65<class 'str'>
    7 '''
     6}}}
Back to Top