Tuple Syntax and ()

2006-06-13 Thread tactics40
I keep accidently trying to declare t-tuples as mytuple = (myitem) I know this doesn't work and that you need the trailing comma, but reading something online, I just came to realize the parenthesises don't have any special meaning in relation to tuples at all, do they? -- http://mail.python

Re: .py and running in Windows:

2006-06-13 Thread tactics40
The only problem I know of for changing PY files to open up in an editor is that it could screw up Python as a CGI with Apache under Windows. To change file associations, right click and go to "Open With." Choose your text editor and click "always open with this problem" at the bottom. And easy wa