[issue38905] venv python reports wrong sys.executable in a subprocess on Windows

2021-03-22 Thread Assaf
Assaf added the comment: The fact that now there is a redirector process seems to me like a regression issue. I have an application which Popen several processes and uses the Popen object in order to get the subprocesses pids and act upon this pids (i.e. looks for log files with associated

[issue36295] Need to yield (sleep(0)) twice in asyncio

2019-03-14 Thread Assaf Dayan
New submission from Assaf Dayan : In asyncio, 'await asyncio.sleep(0)' is used to relinquish control and check for finished awaitables before continuing. In my example, an awaitable returns but is only handled if 'await asyncio.sleep(0)' is called twice (adjacently) and only

authenticated https post

2006-11-01 Thread assaf
a simple https example code that works... I'm working on Windows, btw, if that makes any difference. Appreciate your help, assaf -- http://mail.python.org/mailman/listinfo/python-list

Re: authenticated https post

2006-11-01 Thread Assaf Lavie
I think that library is obsolete. It uses http, instead of https. On Nov 1, 3:00 pm, Fredrik Lundh [EMAIL PROTECTED] wrote: assaf wrote: I'm trying to use Python to work with del.icio.us's API. Basically, I need to be able to do a simple https post, with username/password authentication

Re: authenticated https post

2006-11-01 Thread Assaf Lavie
On Nov 1, 3:28 pm, Assaf Lavie [EMAIL PROTECTED] wrote: I think that library is obsolete. It uses http, instead of https. On Nov 1, 3:00 pm, Fredrik Lundh [EMAIL PROTECTED] wrote: assaf wrote: I'm trying to use Python to work with del.icio.us's API. Basically, I need to be able to do

TCP server

2005-01-24 Thread assaf
i am try to create a server what am i suppose to send to SocketServer.TCPServer what is the client_address (127.0.0.1:80 ?) and BaseRequestHandler = ? thanks -- http://mail.python.org/mailman/listinfo/python-list