[python-win32] Request for comments

Tim Roberts timr at probo.com
Sat May 24 01:14:57 CEST 2008


bob gailer wrote:
>
> Please omit the space before ( in code. I find that very distracting. 
> Example:
>
> print result.Properties_ ("sValue").Value # current
>
> print result.Properties_("sValue").Value # preferred, and how most 
> code I've seen looks.

Do you understand that this is strictly a personal preference?  Some 
people like it, some people don't.  You are certainly allowed to 
"prefer" one over the other, but it's a bit much to ask someone else to 
change their coding style to match yours, unless you are a paying 
client.  ;)


> You said "you can drop them straight onto an interpreter window and 
> run them"
>
> It would be quite nice if the Python for Windows Interactive Window 
> also worked that way. Unfortunately copying your examples and pasting 
> there does NOT work, and that has always been a pain in the butt for me.
>
> I'd also like to see a section on Python for Windows customization. I 
> have looked at the (I forget the name of) file that defines keystrokes 
> and other goodies, but have no clue as to how to modify or extend it. 
> I asked years ago for guidance and got none.
>
> I would love to be able to hack Python for Window for a variety of 
> reasons, so would also like some guidance rather than just "go read 
> the source".

I think that each of these items is specifically talking about the 
Pythonwin editor here.  Is that correct?  I've never had problems 
cutting and pasting code, although I tend to use gvim and a command line 
instead.  What issues do you see?

-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the python-win32 mailing list