Closed Bug 964491 Opened 10 years ago Closed 10 years ago

socorro/lib/uuid should be removed

Categories

(Socorro :: Backend, task)

x86
macOS
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: lonnen, Assigned: lonnen)

Details

Socorro/lib/uuid is a copy of the standard lib implementation of uuid (2.5 I believe, haven't run a diff). We should remove it from our code base and import it from the standard library instead.

http://docs.python.org/2/library/uuid.html#example
Assignee: nobody → chris.lonnen
Commits pushed to master at https://github.com/mozilla/socorro

https://github.com/mozilla/socorro/commit/8c43f8f1274c97fa4d9bc8d2cc704b4a542e4220
fixes bug 964491 by replacing socorro.lib.uuid with stdlib

`socorro.lib.uuid` was a backport of a python 2.5 standard library
in the initial socorro check in (when socorro ran on python 2.4). Now
that we require 2.6 at a minimum, we can safely replace it and all
internal references to it with the standard library `uuid`

https://github.com/mozilla/socorro/commit/12b4131cbae2513ee89816c2a9c4290b23fd70b7
Merge pull request #1834 from lonnen/964491-uuid

fixes bug 964491 by replacing socorro.lib.uuid with stdlib
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → 73
You need to log in before you can comment on or make changes to this bug.