Re: is there an Python equivalent for the PHP super globals like $_POST, $_COOKIE ?

2010-11-11 Thread david wright
From: Stef Mientki To: python-list@python.org Sent: Thu, November 11, 2010 10:20:03 AM Subject: Re: is there an Python equivalent for the PHP super globals like $_POST, $_COOKIE ? On 11-11-2010 19:01, Steve Holden wrote: > On 11/11/2010 9:22 AM, Stef Mientki

Re: Beginning Question about Python functions, parameters...

2009-11-23 Thread david wright
- Original Message From: j To: python-list@python.org Sent: Mon, November 23, 2009 10:26:42 AM Subject: Re: Beginning Question about Python functions, parameters... On Nov 23, 12:37 pm, Neo wrote: > astral orange schrieb: > > > > > Hi, I am trying to teach myself Python and have a good

Re: Python code-bloat tool-- warning n00b stuff...

2009-05-18 Thread david wright
- Original Message From: Robert Kern To: python-list@python.org Sent: Saturday, May 16, 2009 3:55:11 PM Subject: Re: Python code-bloat tool-- warning n00b stuff... On 2009-05-16 12:13, anand j wrote: > Hi, > I am looking for a bunch of rules or a tool that takes the code for > my

Re: getting object instead of string from dir()

2008-12-17 Thread david wright
--- On Wed, 12/17/08, Rominsky wrote: From: Rominsky Subject: getting object instead of string from dir() To: python-list@python.org Date: Wednesday, December 17, 2008, 12:16 PM I am trying to use dir to generate a list of methods, variables, etc. I would like to be able to go through the lis

Re: Creating directories

2008-09-05 Thread david wright
--- On Fri, 9/5/08, srinivasan srinivas <[EMAIL PROTECTED]> wrote: > From: srinivasan srinivas <[EMAIL PROTECTED]> > Subject: Creating directories > To: python-list@python.org > Date: Friday, September 5, 2008, 1:44 AM > Can someone tell me is there any module available to create > directories?? >