Re: [Python-Dev] Summary of Python tracker Issues

2011-05-13 Thread Steffen Daode Nurpmeso
The summary mails part 1 was declared as US-ASCII, 8bit, but it contained a UTF-8 character: > #12056: "???" (HORIZONTAL ELLIPSIS) should be an alternative syntax fo > http://bugs.python.org/issue12056 closed by benjamin.peterson This is handled without any problem by Python 3000 due to David Mu

Re: [Python-Dev] Problems with regrtest and with logging

2011-05-13 Thread Éric Araujo
On Sat, May 7, 2011 at 3:51 AM, Éric Araujo wrote: > regrtest helpfully reports when a test leaves the environment unclean > (sys.path, os.environ, logging._handlerList) A quick follow-up: I talked about regrtest with RDM on IRC, and I will use the context manager that detects changes in the “if

Re: [Python-Dev] Problems with regrtest and with logging

2011-05-13 Thread Éric Araujo
Le 11/05/2011 21:45, Vinay Sajip a écrit : > Éric Araujo netwok.org> writes: >> I thought that if we set the level on the logger, we would prevent >> third-party code to get some messages. E.g., we set level to INFO but >> pip uses some packaging functions and would like to get DEBUG message

[Python-Dev] Summary of Python tracker Issues

2011-05-13 Thread Python tracker
ACTIVITY SUMMARY (2011-05-06 - 2011-05-13) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open2784 ( +1) closed 21069 (+52) total 23853 (+53) Open issues wit

Re: [Python-Dev] [Python-checkins] cpython (3.1): Fix for issue 10684: Folders get deleted when trying to change case with

2011-05-13 Thread Éric Araujo
Hi, Le 06/05/2011 11:32, ronald.oussoren a écrit : > http://hg.python.org/cpython/rev/26da299ca88e > summary: > Fix for issue 10684: Folders get deleted when trying to change case with > shutil.move (case insensitive file systems only) > > -except OSError: > +except OSError as exc: >

Re: [Python-Dev] [Python-checkins] Python Regression Test Failures doc (1)

2011-05-13 Thread Éric Araujo
Hi, Le 08/05/2011 22:00, Neal Norwitz a écrit : > rm -rf build/* > rm -rf tools/sphinx > rm -rf tools/pygments > rm -rf tools/jinja2 > rm -rf tools/docutils > Checking out Sphinx... > svn: PROPFIND request failed on '/projects/external/Sphinx-0.6.5/sphinx' > svn: PROPFIND of '/projects/external/Sp

Re: [Python-Dev] [Python-checkins] cpython (2.7): (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional

2011-05-13 Thread Éric Araujo
Le 11/05/2011 20:08, Victor Stinner a écrit : >>> (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional >> “(Merge 3.1)” is inaccurate for 2.7. > Ah, why? I did not use "hg merge" command (but hg export|hg import), but > it's a "merge" between two branches. Which term would you use? I p

Re: [Python-Dev] Python Support on OpenVMS

2011-05-13 Thread Antoine Pitrou
Welcome Sandeep, > I am willing to spend time and effort to ensure that python remains supported > on OpenVMS. Please let me know what needs to be done for continued > OpenVMS Support in Python. Looking forward to working with the Python > community. The first thing would be to check whether the

[Python-Dev] Python Support on OpenVMS

2011-05-13 Thread Mathew, Sandeep (OpenVMS)
Hi Folks, I am Sandeep Mathew from OpenVMS engineering in Hewlett-Packard. I have worked on various components of the OpenVMS operating system including MONITOR, TDF, EXEC, LIBRTL, DCL and SYSMAN. I happened to read this blog post about dropping OpenVMS support for further releases of pytho

Re: [Python-Dev] Python Language Summit at EuroPython: 19th June

2011-05-13 Thread Mark Dickinson
Hi Michael, Sorry for the late reply; it's been kinda busy around here. If there are places left, I'll definitely be there at the summit. Congratulations on your impending doom! (And sorry to hear that you might not be there in Florence.) Mark On Sat, Apr 16, 2011 at 3:50 PM, Michael Foord