Re: [Web-SIG] Propouse code

2010-10-09 Thread hidura
What type of codec is the best to encode binary files what are upload to an app write in Python 3? On Oct 7, 2010 1:44pm, Tres Seaver wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/07/2010 12:17 PM, hid...@gmail.com wrote: > Hello list, i am develop an web app in Py

Re: [Web-SIG] wsgiref 0.2 dev in svn w/PEP 3333 support

2010-10-09 Thread And Clover
On 10/06/2010 07:21 PM, P.J. Eby wrote: How would these relate to the Python 3.2 release? Can you make 3.x and 2.x versions? Yes, I have separate fixup code paths for 2.x and 3.x. 3.x faces the reverse situation to that previously described, in that os.environ is accurate on Windows but need

Re: [Web-SIG] wsgiref 0.2 dev in svn w/PEP 3333 support

2010-10-09 Thread P.J. Eby
At 09:37 PM 10/9/2010 +0200, And Clover wrote: On 10/06/2010 07:21 PM, P.J. Eby wrote: How would these relate to the Python 3.2 release? Can you make 3.x and 2.x versions? Yes, I have separate fixup code paths for 2.x and 3.x. 3.x faces the reverse situation to that previously described, in

Re: [Web-SIG] wsgiref 0.2 dev in svn w/PEP 3333 support

2010-10-09 Thread hidura
If i had a files inside the environ how i can encode the bytes when i going to save them? On Oct 9, 2010 6:11pm, "PJ Eby" wrote: At 09:37 PM 10/9/2010 +0200, And Clover wrote: On 10/06/2010 07:21 PM, PJ Eby wrote: How would these relate to the Python 3.2 release? Can you make 3.x an