<HTML>
<head>  <meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> 
<style title="table borders">.htmtableborders, .htmtableborders td, 
.htmtableborders th {border : 1px dashed lightgrey ! important;}  </style> 
<style type="text/css">html, body { border: 0px; }  span.macro, span.macro 
ul, span.macro div, span.macro p {background : #CCCCCC;} </style> <style 
type="text/css"> p{margin-bottom: 0.15em;margin-top: 
0.15em;}body{font-family:tahoma;font-size:10pt;}; </style></head><body>David 
Anton wrote:<br><blockquote style="border-left: 2px solid rgb(0, 0, 0); 
padding-right: 0px; padding-left: 5px; margin-left: 5px; margin-right: 0px;">
<div style="font-family: monospace,courier new,courier;"><div> &gt; Which of 
the following is considered more acceptable in the Python/IronPython<br> 
&gt; community?<br> &gt;<br> &gt; Prefacing the method with:<br> &gt; 
@staticmethod<br> &gt;<br> &gt; or following the method with:<br> &gt; 
MyMethod = staticmethod(MyMethod)<br> &gt; &nbsp; <br> <br> Since Python 
2.4, the decorator is nicer. :-)<br><br><br></div></div> </blockquote> <br>
Agree... But huge use of decorators in a complex application tends tslow 
down performance and generate complex and longer tracebacks...<br><br>
cheers,<br><br>Fabio<br></body>
</HTML>