#266 closed defect (fixed)
md5 and sha module will be deprecated in python 2.6
Reported by: | erikos | Owned by: | alsroot |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Sugar | Version: | 0.83.x |
Severity: | Major | Keywords: | r+ |
Cc: | alsroot | Distribution/OS: | Unspecified |
Bug Status: | Assigned |
Description
Affected for example the util.py in sugar-toolkit.
some inspirations maybe from here: http://twistedmatrix.com/trac/ticket/2763
Attachments (2)
Change History (10)
comment:1 Changed 14 years ago by tomeu
- Milestone changed from 0.84 to 0.86
comment:2 Changed 14 years ago by marcopg
- Bug Status changed from Unconfimed to New
- Priority changed from Unspecified by Maintainer to Normal
Changed 14 years ago by alsroot
comment:3 Changed 14 years ago by alsroot
- Cc alsroot added
- Keywords r? added
Changed 14 years ago by alsroot
comment:4 Changed 14 years ago by alsroot
see also #858
comment:5 Changed 14 years ago by erikos
- Owner changed from marcopg to erikos
- Status changed from new to assigned
comment:6 Changed 14 years ago by erikos
- Bug Status changed from New to Assigned
- Keywords r+ added; r? removed
- Owner changed from erikos to alsroot
Aleksey, please push. hashlib is available since python 2.5 - so no need to add backwards comp code like the twisted people did.
Thanks for the patch
comment:7 Changed 14 years ago by alsroot
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
Moving to 0.86 as deprecation warnings shouldn't matter for now.