Re: [Python-Dev] Build failure in test_cmd_line on OSX-x86

2010-10-09 Thread Nick Coghlan
On Sat, Oct 9, 2010 at 3:28 AM, Antoine Pitrou wrote: > You should therefore see what the locale settings of the buildbot are > (the LANG and LC_* environment variables). Of course, the test is also > buggy so you should open an issue on the tracker. > > (and the fact that the test doesn't print t

Re: [Python-Dev] Another relative imports question

2010-10-09 Thread Ron Adam
On 10/09/2010 12:39 PM, "Martin v. Löwis" wrote: Am 09.10.2010 01:35, schrieb Greg Ewing: Georg Brandl wrote: The explanation is that everything that comes after "import" is thereafter usable as an identifier (or expression, in the case of dotted names) in code. ".mymodule" is not a valid ex

Re: [Python-Dev] Another relative imports question

2010-10-09 Thread Martin v. Löwis
Am 09.10.2010 01:35, schrieb Greg Ewing: > Georg Brandl wrote: >> The explanation is that everything that comes after "import" is >> thereafter >> usable as an identifier (or expression, in the case of dotted names) in >> code. ".mymodule" is not a valid expression, so the question would be >> how

Re: [Python-Dev] [Pythonmac-SIG] sad state of OS X Python testing...

2010-10-09 Thread Antoine Pitrou
Congratulations Stephen, you are now the owner of our first green OS X buildbot! cheers Antoine. On Fri, 8 Oct 2010 08:11:13 -0700 Stephen Hansen wrote: [snip] ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinf

Re: [Python-Dev] Distutils2 scripts

2010-10-09 Thread Gisle Aas
On Oct 9, 2010, at 1:07 , James Y Knight wrote: > On Oct 8, 2010, at 5:24 PM, Gisle Aas wrote: > >> On Oct 8, 2010, at 9:22 , Jeroen Ruigrok van der Werven wrote: >> >>> +1 from me. I sincerely dislike the Perl-esque -m stuff. >> >> As a Perl/Python guy I have to object to calling the -m stuff