Re: [Python-Dev] python sendmsg()/recvmsg() implementation

2009-06-09 Thread Josiah Carlson
On Tue, Jun 9, 2009 at 7:46 AM, Kálmán Gergely wrote: > Hello, my name is Greg. > > I've just started using python after many years of C programming, and I'm > also new to the list. I wanted to clarify this > first, so that maybe I will get a little less beating for my stupidity :) > > I use python

[Python-Dev] Rewrite os.popen using subprocess.Popen?

2009-06-09 Thread Nestor
pydoc.py uses os.popen once on line 1359. According to the documentation that function is deprecated since Python 2.6. Does it make sense to rewrite that line using the newer subprocess instead? I am asking because os.popen stopped working for me in Python 3.1 but I don't know if it is worth inves

Re: [Python-Dev] Tags from closed branch heads?

2009-06-09 Thread Dirkjan Ochtman
Sorry about that, got dev-lists mixed up in my head somewhere... On Tue, Jun 9, 2009 at 16:52, Dirkjan Ochtman wrote: > So ca8d05e1f1d1 changed the default for repo.heads() to closed=False, > so that calls to heads() by default will not return closed heads. > Unfortunately, this also means that an

Re: [Python-Dev] python sendmsg()/recvmsg() implementation

2009-06-09 Thread Jean-Paul Calderone
On Tue, 09 Jun 2009 16:46:54 +0200, Kálmán Gergely wrote: Hello, my name is Greg. I've just started using python after many years of C programming, and I'm also new to the list. I wanted to clarify this first, so that maybe I will get a little less beating for my stupidity :) Welcome!

[Python-Dev] python sendmsg()/recvmsg() implementation

2009-06-09 Thread Kálmán Gergely
Hello, my name is Greg. I've just started using python after many years of C programming, and I'm also new to the list. I wanted to clarify this first, so that maybe I will get a little less beating for my stupidity :) I use python3 and Linux on arch x86 (production will be on x86_64, though

[Python-Dev] Tags from closed branch heads?

2009-06-09 Thread Dirkjan Ochtman
So ca8d05e1f1d1 changed the default for repo.heads() to closed=False, so that calls to heads() by default will not return closed heads. Unfortunately, this also means that any tags from those heads will not be considered anymore. That seems inadvertent at best, and may be should be reverted. Concep

[Python-Dev] xmlrpc and http/1.1

2009-06-09 Thread Kristján Valur Jónsson
Hello there. I've been doing some work on xmlrpc for CCP in the last weeks. I'm trying to communicate the results of this back to the python trunk. I've had the following issues open for a while now: http://bugs.python.org/issue6096 http://bugs.python.org/issue6099 I would appreciate some commen

Re: [Python-Dev] Status of 2.7 and 3.2

2009-06-09 Thread anatoly techtonik
On Mon, Jun 8, 2009 at 11:01 PM, "Martin v. Löwis" wrote: > > I am not quite sure whether you are for new features or not. Your > first sentence ("vote for ... not adding new features") seems to > suggest that you would not like to see new features, and your last > sentence ("absence of native cur

Re: [Python-Dev] Cannot set PYTHONPATH with big paths with Python 3.0 and 3.1

2009-06-09 Thread Amaury Forgeot d'Arc
Hi, 2009/6/9 Antoine Pitrou : > Martin v. Löwis v.loewis.de> writes: >> In absence of a patch, it can't be a release blocker, IMO. > > I think we've had lots of issues filed as release blockers while they still > didn't have a patch. > As for whether this particular bug deserves to be a blocker,

Re: [Python-Dev] Cannot set PYTHONPATH with big paths with Python 3.0 and 3.1

2009-06-09 Thread Antoine Pitrou
Martin v. Löwis v.loewis.de> writes: > > > I've reported bug http://bugs.python.org/issue5924 some time ago and I > > think it's a release blocker -- it seems easy to fix, but I don't have > > time to actually submit a patch, so, I'd like to draw attention to it, > > especially as a release candi