Ignore:
Timestamp:
04/27/19 12:20:37 (5 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
Phase:
public
Message:

Unicode handling changes (re #347).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/rpc.py

    r923 r928  
    470470
    471471        md5 = hashlib.md5()
    472         md5.update(password)
     472        md5.update(password.encode("utf-8"))
    473473        self._passwordHash = md5.hexdigest()
    474474
Note: See TracChangeset for help on using the changeset viewer.