[issue959576] Can't build Python on POSIX w/o $HOME

2010-09-02 Thread Éric Araujo
Changes by Éric Araujo : -- stage: unit test needed -> committed/rejected status: pending -> closed ___ Python tracker ___ ___ Python

[issue959576] Can't build Python on POSIX w/o $HOME

2010-07-31 Thread Éric Araujo
Éric Araujo added the comment: It seems too late to make the fix Guido suggested, since there have been a number of releases with pwd as built-in module now. Closing soon if there are no comments. -- nosy: +merwok status: open -> pending ___ Python

[issue959576] Can't build Python on POSIX w/o $HOME

2009-02-14 Thread Daniel Diniz
Daniel Diniz added the comment: Fixed by 41834. Please leave open if reverting the fix and patching distutils is still a option, close if not. -- assignee: -> tarek components: +Distutils, Extension Modules nosy: +ajaksu2, tarek stage: -> test needed type: -> behavior __