[Python-Dev] Re: Python3 OSF/1 support?

2021-07-16 Thread Jay K
Yeah, good point, Python 3.2 was trivial to build, and that can aid later work. Still I'd prefer to be more up to date, where possible (not withstanding the very old kernel..). - Jay From: Guido van Rossum Sent: Wednesday, July 14, 2021 3:44 PM To: Se

[Python-Dev] Python3 OSF/1 support?

2021-07-13 Thread Jay K
pening with the posixsubprocess module. Yes? No? Maybe? I can possibly provide ongoing "support" (I don't expect it will be much) and a buildbot (if really required), if I can get it working a bit more, if this is approved, etc. I haven't looked yet at what bu

[Python-Dev] New Contributor looking for help

2018-01-26 Thread Jay Yin
Hello everyone, I've been trying to build the master branch on Ubuntu 16.04 and it currently fails 2 test, I was wondering if this was normal or if I'm missing dependencies, I also tried apt-get build-dev python3.6 and python3.7 to no avail, the build requirements install worked for python3.5

[Python-Dev] Cannot use multiprocessing and zip together on windows

2011-12-21 Thread Leo Jay
rtionError: __main__ It seems that the situation described here is similar: http://bugs.python.org/issue10128 But the patch doesn't work for me. Anybody knows how to fix this? Thanks. -- Best Regards, Leo Jay ___ Python-Dev mailing list Python-Dev@

Re: [Python-Dev] [ANN] Python 2.5.6 Release Candidate 1

2011-04-17 Thread Leo Jay
ghts.html > > Enjoy this release, > Martin > > Martin v. Loewis > mar...@v.loewis.de > Python Release Manager > (on behalf of the entire python-dev team) -- Best Regards, Leo Jay ___ Python-Dev mailing list Python-Dev@python.org http:/

[Python-Dev] doc error in 2.6.2

2009-05-15 Thread Leo Jay
There is a syntax error in the client side code of "SocketServer.UDPServer Example" in http://docs.python.org/library/socketserver.html: import socket import sys HOST, PORT = "localhost" data = " ".join(sys.argv[1:]) Obviously, it should be: HOST, PORT =

[Python-Dev] complaints..

2008-01-13 Thread Jay
eel compelled to voice my opinion, as if we don't live in a benevolent dictatorship :), and as if the weight of existing code was zero. Much of what I dislike cannot be changed without massive breakage. Below is what i get from: jbook:/dev2/cm3/scripts/python/flaws jay$ ls -l total 72 -rw-r--r--

Re: [Python-Dev] SoC AST generation question

2007-03-20 Thread Jay Parlar
eral" code generation strategies or techniques. Because I'm not an expert on Python's ast.c, my hope is that along the way to creating the tool, I'll be able to learn or develop more general strategies. But maybe that's a crazy thought :) Jay P.

[Python-Dev] SoC AST generation question

2007-03-19 Thread Jay Parlar
before, but it was for a problem domain I was already an "expert" in, so I didn't develop any generic methods. Also, I've been wanting to contribute to Python core for awhile now, and just haven't had the opportunity to get my feet wet with the code. Thanks, Jay P.

Re: [Python-Dev] lambda in Python

2006-05-04 Thread Jay Parlar
lin Xah Lee is a well known troll, he does stuff like this on c.l.p. all the time. Best to just ignore him, he doesn't listen to reason. Jay P. ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev