Ticket #468 (new defect)

Opened 20 months ago

Last modified 15 months ago

Warnings in client.py and store.py

Reported by: mike Owned by: mike
Priority: normal Milestone: backlog
Component: mv3d Version:
Keywords: stealable Cc:
Estimated Effort: 1 day Platform: All
State: Conceptualizing Relative Size: 1

Description

mv3d\net\client.py:8: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import md5
mv3d\util\datastore\store.py:8: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  import sha
}}

Change History

Changed 15 months ago by mike

  • keywords stealable added
Note: See TracTickets for help on using tickets.