[Python-Dev] Split MIME headers into multiple lines near a space

2005-05-28 Thread Noam Raphael
Hello, I recently used Python to automatically send messages to my gmail account. I was surprised to find out that some of the words in the subjects of messages were split by a space character which came from nowhere. It turns out that the international (Hebrew) subject was split into multiple li

[Python-Dev] PEP 346: User defined statements (formerly known as PEP 3XX)

2005-05-28 Thread Nick Coghlan
My erstwhile PEP now has a real number (PEP 346), and a home on python.org [1]. At my request, it was withdrawn immediately after submission - the parts I think are important, Guido is taking on board for PEP 343 [2]. Cheers, Nick. [1] http://www.python.org/peps/pep-0346.html [2] http://mail.

Re: [Python-Dev] Request for dev permissions

2005-05-28 Thread Raymond Hettinger
> Let's start out with CVS tracker permissions. > When you have a patch that is really to apply, > upload it to the tracker and assign to me. really --> ready ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/pyth

Re: [Python-Dev] Request for dev permissions

2005-05-28 Thread Raymond Hettinger
[Reinhold Birkenfeld] > would anybody mind if I was given permissions on the tracker and CVS, for > fixing small > things like bug #1202475. I feel that I can help you others out a bit with > this and > I promise I won't change the interpreter to accept braces... Let's start out with CVS tracker p

Re: [Python-Dev] [Python-checkins] python/dist/src/Lib/test test_site.py, 1.6, 1.7

2005-05-28 Thread Skip Montanaro
mwh> Fix test_site to not call open('...', 'wU'), as that now raises an mwh> error. mwh> Is anyone running the test suite regularly at the moment? Whoops. I obviously failed to run it after applying that change. My apologies. Skip ___ Py

Re: [Python-Dev] AST branch patches (was Re: PEP 342/343 status?)

2005-05-28 Thread Brett C.
Nick Coghlan wrote: > Nick Coghlan wrote: > >>Brett C. wrote: >> >> >>>I noticed Nick's PEP is still not >>>up. Probably too busy with that fix for genexps in the AST branch, huh, >>>Nick? =) >> >>Something like that. . . still, I finally got around to fixing the formatting >>in >>the text fi

[Python-Dev] AST branch patches (was Re: PEP 342/343 status?)

2005-05-28 Thread Nick Coghlan
Nick Coghlan wrote: > Brett C. wrote: > >>I noticed Nick's PEP is still not >>up. Probably too busy with that fix for genexps in the AST branch, huh, >>Nick? =) > > Something like that. . . still, I finally got around to fixing the formatting > in > the text file and sending it back to David