Neal Norwitz schrieb:
> Other platform specific problems:
>
> Win64 has a few more:
> test_csv test_dumbdbm test_fileinput test_format test_getargs2
> test_gettext test_mailbox test_netrc test_pep277 test_subprocess
> test_winsound
> http://python.org/dev/buildbot/3.0/amd64%20XP%203.0/bui
On 10/31/07, Neal Norwitz <[EMAIL PROTECTED]> wrote:
> We've made a lot of progress with the tests. Several buildbots are
> green. http://python.org/dev/buildbot/3.0/
>
> There are some tests that are unstable, at least:
>test_asynchat test_urllib2net test_xmlrpc
> http://python.org/dev/build
Neal Norwitz wrote:
> Windows has more problems, with these tests failing:
>test_csv test_dumbdbm test_gettext test_mailbox test_netrc
> test_pep277 test_subprocess
> http://python.org/dev/buildbot/3.0/x86%20XP%203.0/builds/190/step-test/0
test_csv
Changing TemporaryFile("w+") to TemporaryFile
Adam Hupp wrote:
> On 10/31/07, Neal Norwitz <[EMAIL PROTECTED]> wrote:
> > We've made a lot of progress with the tests. Several buildbots are
> > green. http://python.org/dev/buildbot/3.0/
> >
> > There are some tests that are unstable, at least:
> >test_asynchat test_urllib2net test_xmlrpc
Christian Heimes wrote:
> Neal Norwitz wrote:
>> Windows has more problems, with these tests failing:
>>test_csv test_dumbdbm test_gettext test_mailbox test_netrc
>> test_pep277 test_subprocess
>> http://python.org/dev/buildbot/3.0/x86%20XP%203.0/builds/190/step-test/0
I forgot to mention that
Guido van Rossum python.org> writes:
>
> 2007/10/29, Greg Ewing canterbury.ac.nz>:
> > I don't see what's so difficult about this. Each file
> > descriptor should be owned by exactly one object. If
> > two objects need to share a fd, then you dup() it so
> > that each one has its own fd. When th
Neal Norwitz wrote:
> Windows has more problems, with these tests failing:
>test_csv test_dumbdbm test_gettext test_mailbox test_netrc
> test_pep277 test_subprocess
> http://python.org/dev/buildbot/3.0/x86%20XP%203.0/builds/190/step-test/0
I've used my new developer privileges to check in some
On Oct 30, 2007 12:39 PM, Guido van Rossum <[EMAIL PROTECTED]> wrote:
> Also, IMO the Mac-specific stuff was a lot more important before OSX.
>
> The really interesting Mac stuff is the ObjC bridge which is not
> maintained here anyway.
The carbon stuff is still useful, even on MacOS X, but I don'