Re: [Python-3000] [stdlib-sig] PEP 3108 - stdlib reorg/cleanup

2008-04-30 Thread Joe Smith
"Brett Cannon" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] On Tue, Apr 29, 2008 at 2:46 AM, Raymond Hettinger <[EMAIL PROTECTED]> wrote: > * UserList/UserString [done: 3.0] > Note that these were updated and moved to the collections module in Py3.0. Noted. > anydbm

Re: [Python-3000] Compiling Python 3.0 with VS 2008 Beta2

2007-11-18 Thread Joe Smith
"Christian Heimes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Joe Smith wrote: >> While ml.exe is intentionally omitted for the express version of Visual >> C++, >> the standard versions of Visual Studio are supposed to include ml.exe. >

Re: [Python-3000] Compiling Python 3.0 with VS 2008 Beta2

2007-11-16 Thread Joe Smith
"Christian Heimes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Today an user named weck has submitted three patches for VS 2005 support > [0]. In one of the replies Martin said that he likes to use the upcoming > VS2008 as new default compiler. > > I've downloaded the Beta 2 of

Re: [Python-3000] Solaris support in 3.0?

2007-09-12 Thread Joe Smith
"Paul Moore" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On 05/09/07, Gregory P. Smith <[EMAIL PROTECTED]> wrote: >> Rather than resurrecting the old RSA-copyright md5.c I can easily make >> new >> ones out of the libtomcrypt md5 and sha1 sources the same way i created >> the

Re: [Python-3000] Windows registry question from blog

2007-08-31 Thread Joe Smith
"Guido van Rossum" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Someone added this comment to my blog > (http://www.artima.com/forums/flat.jsp?forum=106&thread=213583&start=0#278818): > > "Only a question please, I have Python 2.5 installed in my windows XP > machine and I would

Re: [Python-3000] Py3k_struni additional test failures under cygwin

2007-07-31 Thread Joe Smith
"Joe Smith" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > "Joe Smith" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >> >> Exactly the issue. >> I see the problem here is cygwin's partial POSIX co

Re: [Python-3000] Py3k_struni additional test failures under cygwin

2007-07-31 Thread Joe Smith
""Martin v. Löwis"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >>> Is this also a restriction on CYGWIN? I don't know >>> anything about CYGWIN but I could imagine that they allow unlink() to >>> succeed when there's still a file descriptor referencing it, and that >>> they will

Re: [Python-3000] Py3k_struni additional test failures under cygwin

2007-07-31 Thread Joe Smith
"Joe Smith" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Exactly the issue. > I see the problem here is cygwin's partial POSIX complience. However, > Windows NT had a design goal of allowing a complient implementation > of POSIX to be i

Re: [Python-3000] Py3k_struni additional test failures under cygwin

2007-07-31 Thread Joe Smith
"Guido van Rossum" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On 7/31/07, Joe Smith <[EMAIL PROTECTED]> wrote: >> Hmm... The documentation for Cygwin's unlink() implies that it should >> function the same as a POSIX unlink() except per

Re: [Python-3000] Py3k_struni additional test failures under cygwin

2007-07-31 Thread Joe Smith
""Martin v. Löwis"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Guido van Rossum schrieb: >>> I found that in many cases, this is a virus scanner or the indexing >>> service interfering. They open the file, and then the test suite cannot >>> delete it. >> >> Oh darn. I remember

Re: [Python-3000] Py3k_struni additional test failures under cygwin

2007-07-30 Thread Joe Smith
""Martin v. Löwis"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >>> If I patch io.py to default to "utf-8" rather than using the filesystem >>> encoding (ascii), that fixes a few more things. (test_coding.py and >>> test_minidom.py) >> >> How come the filesystem decoding is set to

Re: [Python-3000] Py3k_struni additional test failures under cygwin

2007-07-29 Thread Joe Smith
"Joe Smith" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > "Guido van Rossum" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >> On 7/18/07, Joe Smith <[EMAIL PROTECTED]> wrote: >>> >> I'm w

Re: [Python-3000] Py3k_struni additional test failures under cygwin

2007-07-29 Thread Joe Smith
"Guido van Rossum" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On 7/18/07, Joe Smith <[EMAIL PROTECTED]> wrote: >> >> I'm wondering if the recusion limit on my build is getting set too low >> >> somehow. >> > >&

Re: [Python-3000] PEP 368: Standard image protocol and class

2007-07-22 Thread Joe Smith
"Greg Ewing" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Joe Smith wrote: >> If the maintainers of most of the large packages that do imaging are >> willing >> to support this, >> and your code is good, I see absolutely no reaso

Re: [Python-3000] pep 3124 plans

2007-07-21 Thread Joe Smith
"Guido van Rossum" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On 7/21/07, Joe Smith <[EMAIL PROTECTED]> wrote: >> One of the nice features of Eby's proposal is that more complicated >> dispatching systems can be added. Perhaps some

Re: [Python-3000] pep 3124 plans

2007-07-21 Thread Joe Smith
"Talin" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Phillip J. Eby wrote: >> At 07:49 AM 7/20/2007 -0700, Guido van Rossum wrote: >>> On 7/19/07, Joe Smith <[EMAIL PROTECTED]> wrote: >>>> So the state of the PEP? From the rest

Re: [Python-3000] pep 3124 plans

2007-07-20 Thread Joe Smith
"Guido van Rossum" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On 7/19/07, Joe Smith <[EMAIL PROTECTED]> wrote: >> So the state of the PEP? From the rest of the posts so far, >> it sounds like there is no real objection to the basic en

Re: [Python-3000] PEP 368: Standard image protocol and class

2007-07-19 Thread Joe Smith
"Lino Mastrodomenico" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >2007/7/1, BJörn Lindqvist <[EMAIL PROTECTED]>: >> But I cannot see how it would solve the problem with to many image >> classes. The reason why PIL, PyGame and wxPython has different image >> classes is because eac

Re: [Python-3000] pep 3124 plans

2007-07-19 Thread Joe Smith
So the state of the PEP? From the rest of the posts so far, it sounds like there is no real objection to the basic end user API as described in the PEP, except for the case of retroactive generification, which GvR wants made explict in the user's code, AIUI. But there are concerns about the imp

Re: [Python-3000] Py3k_struni additional test failures under cygwin

2007-07-18 Thread Joe Smith
"Guido van Rossum" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On 7/18/07, Joe Smith <[EMAIL PROTECTED]> wrote: >> >> "Guido van Rossum" <[EMAIL PROTECTED]> wrote in message >> news:[EMAIL PROTECTED] >>

Re: [Python-3000] Py3k_struni additional test failures under cygwin

2007-07-18 Thread Joe Smith
"Guido van Rossum" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On 7/17/07, Joe Smith <[EMAIL PROTECTED]> wrote: >> Building Py3k_struni under Cygwin I've noticed a few more tests failing >> than >> the wiki shows. >> T

[Python-3000] Py3k_struni additional test failures under cygwin

2007-07-17 Thread Joe Smith
Building Py3k_struni under Cygwin I've noticed a few more tests failing than the wiki shows. These are using SVN revision 56413. Some spurious errors seem to occur if Python/ is not remaned temporally. I have not included those. (This is an oddity of the cygwin '.exe' autohandling combined with