Changes between Version 2 and Version 3 of Ticket #31719, comment 2
- Timestamp:
- Sep 3, 2020, 2:20:31 AM (4 years ago)
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 ''' 1 I'm facing the same issue. And tried to check type but I got str. I don't know why though.. 2 {{{ 4 3 import bcrypt 5 4 type(bcrypt.hashpw(b'password', bcrypt.gensalt())) 6 5 <class 'str'> 7 ''' 6 }}}