Changes between Initial Version and Version 1 of Ticket #31719, comment 1
- Timestamp:
- Jun 18, 2020, 9:33:56 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31719, comment 1
initial v1 1 `bcrypt.hashpw` returns `bytes` (and not `str`) which do have a `.decode` method and it 's usage is necessary for the string interpolation into `"%s$%s"` to work properly.1 `bcrypt.hashpw` returns `bytes` (and not `str`) which do have a `.decode` method and its usage is necessary for the string interpolation into `"%s$%s"` to work properly. 2 2 3 3 {{{#!python