Re: [Python-Dev] Is this a bug?

2006-08-09 Thread Matt Fleming
On 09/08/06, Georg Brandl <[EMAIL PROTECTED]> wrote: > Is this considered a bug? Sure, deleting modules from sys.modules > isn't quite common, but it happened to me on one occasion. > > Python 2.4.3 (#1, Jul 29 2006, 10:52:20) > >>> import logging > >>> import sys > >>> del logging > >>> del sy

Re: [Python-Dev] uuid test suite failing

2006-07-27 Thread Matt Fleming
> On 27/07/06, Ronald Oussoren <[EMAIL PROTECTED]> wrote: > > IIRC at least some versions of HP-UX do not support the -a flag for > > ifconfig, I'll check this tomorrow. > > > > Ronald > > td192> /usr/sbin/ifconfig usage: ifconfig interface [ af [ address [ dest_addr ] ] [ up ] [ down

[Python-Dev] Improving unit tests for the standard library

2006-07-26 Thread Matt Fleming
Hi, after speaking with Neal off-list about writing tests for the pkgutil module, we agreed it would be a good idea to start a page on http://wiki.python.org/moin/ stating any tests for the standard library that either, a) need to be written b) can be improved I've started the page http://wiki.py

Re: [Python-Dev] [Python-checkins] r50708 - in python/trunk: Lib/test/test_sys.py Misc/NEWS Python/pystate.c

2006-07-19 Thread Matt Fleming
On 19/07/06, Thomas Heller <[EMAIL PROTECTED]> wrote: > Neal Norwitz schrieb: > > On 7/18/06, Jack Diederich <[EMAIL PROTECTED]> wrote: > >> > >> were pre-2003 and talking about mod_python. HURD and FreeBSD came up a > >> couple times. Do we need to add more *BSD buildbots? > > > > Yes. We only

Re: [Python-Dev] "Missing" 2.5 feature

2006-07-10 Thread Matt Fleming
On 10/07/06, Alexander Schremmer <[EMAIL PROTECTED]> wrote: > On Sun, 9 Jul 2006 20:45:05 -0700, Neal Norwitz wrote: > > > There hasn't been much positive response (in the original thread or > > here). Given you forgot about it for over a year, how important can > > it be? :-) > I'm the SoC stude