Issue1800472

classification
Title: patch to enable __module__ attribute on functions
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: cgroves, tristanlk
Priority: normal Keywords: patch

Created on 2007-09-23.06:48:54 by tristanlk, last changed 2007-10-06.05:50:21 by cgroves.

Files
File name Uploaded Description Edit Remove
function__module__.patch tristanlk, 2007-09-23.06:48:54
Messages
msg2902 (view) Author: tristan (tristanlk) Date: 2007-09-23.06:48:54
i've come across code in django that wants to know a function's __module__.

here's my patch which enables that in jython
msg2903 (view) Author: Charlie Groves (cgroves) Date: 2007-10-06.05:50:21
Committed in r3573 along with some fixes to make it work with __delattr__ and __setattr__.  Thanks!
History
Date User Action Args
2007-09-23 06:48:54tristanlkcreate