New submission from David W. Lambert:
# proposed syntax:
# object.property = *args,**kwargs
# python 3k could accept property setter with multiple arguments
class c:
def f(self,a,b,c):
print a,b,c
F=property(None,f)
c().F=*'hi',**{'c':'third setter argument'}
----------
components: None
messages: 62323
nosy: LambertDW
severity: minor
status: open
title: Syntax for property set method
type: rfe
versions: Python 3.0
__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2085>
__________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com