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
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
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
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
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:
>
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
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
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
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
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
10 matches
Mail list logo