﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	parents
462	Replace _make_safe by functools.wraps	Elrond	Jakob Kramer	"To make decorators nicer, MediaGoblin has a tiny tool called _make_safe() in decorators.py.

But what this helper tool does, is actually in the standard library!

It's called {{{functools.update_wrapper}}} (1)
There's also a nicer version called {{{functools.wraps}}} (2)

So replace all instances of _make_safe by one of those two.

(1) http://docs.python.org/library/functools#functools.updat_wrapper
(2) http://docs.python.org/library/functools#functools.wraps"	enhancement	closed	trivial	0.3.1	programming	fixed	bitesized		
