On Tue, Oct 02, 2007 at 09:30:46PM +0200, Manlio Perillo wrote:
> The HTTP 1.1 protocol (section 4.2) says that:
> """Multiple message-header fields with the same field-name MAY be
> present in a message if and only if the entire field-value for that
> header field is defined as a comma-separated
On Sun, Nov 04, 2007 at 05:14:31PM -0800, Jeff Peery wrote:
> hello,
> I'm pretty new to using python on the web, I've got a bit of code
> that works pretty well to get form inputs and such. Now I need to post
> some info to a gateway service (for credit card processing) and then
> receive th
again, thanks!
>
> Jeff
>
> Graham Dumpleton <[EMAIL PROTECTED]> wrote:
> On 05/11/2007, Alex Botero-Lowry wrote:
> > On Sun, Nov 04, 2007 at 05:14:31PM -0800, Jeff Peery wrote:
> > > hello,
> > > I'm pretty new to using python on the web, I'