The new utility functions have been added to functools
This commit is contained in:
parent
8ee754bcf8
commit
f9069d386d
|
@ -102,19 +102,14 @@ Completed features for 2.5
|
||||||
|
|
||||||
- Add new icons for Windows with the new Python logo?
|
- Add new icons for Windows with the new Python logo?
|
||||||
|
|
||||||
|
- New utilities in functools to help write wrapper functions that support naive
|
||||||
|
introspection (e.g. having f.__name__ return the original function name).
|
||||||
|
|
||||||
Possible features for 2.5
|
Possible features for 2.5
|
||||||
|
|
||||||
Each feature below should implemented prior to beta1 or
|
Each feature below should implemented prior to beta1 or
|
||||||
will require BDFL approval for inclusion in 2.5.
|
will require BDFL approval for inclusion in 2.5.
|
||||||
|
|
||||||
- Add update_wrapper function to functools (approved by BDFL)
|
|
||||||
http://mail.python.org/pipermail/python-dev/2006-May/064775.html
|
|
||||||
(Owner: Nick Coghlan - patches with tests & docs welcome, though ;)
|
|
||||||
|
|
||||||
- Add @wraps(f) decorator factory to functools?
|
|
||||||
(see comment in functools Python module)
|
|
||||||
|
|
||||||
- Modules under consideration for inclusion:
|
- Modules under consideration for inclusion:
|
||||||
|
|
||||||
- wsgiref to the standard library
|
- wsgiref to the standard library
|
||||||
|
|
Loading…
Reference in New Issue