sha module is deprecated

Bug #465992 reported by nkmrshn
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
play framework
Status tracked in 1.0
1.0
Fix Released
Undecided
Unassigned
1.1
Fix Committed
Undecided
Unassigned

Bug Description

When I run "play status", following message will be shown.

    /home/foo/play/play:564: DeprecationWarning: the sha module is deprecated; use the hashlib module instead

    import sha

I think,

    import sha

has to be as,

    from hashlib import sha1 as sha

in the future.

Changed in play:
status: New → Confirmed
Changed in play:
status: Confirmed → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.