Re: [Python-Dev] @decoration of classes

2005-03-24 Thread Josiah Carlson
Jim Jewett <[EMAIL PROTECTED]> wrote: > > Josiah Carlson: > > > I just noticed that decoration of classes was not included with the > > @decoration syntax that made it into Python 2.4. ... > > > Is the fact that it didn't make it into 2.4 due to a pronouncement > > Yes, but it wasn't a perman

[Python-Dev] @decoration of classes

2005-03-24 Thread Jim Jewett
Josiah Carlson: > I just noticed that decoration of classes was not included with the > @decoration syntax that made it into Python 2.4. ... > Is the fact that it didn't make it into 2.4 due to a pronouncement Yes, but it wasn't a permanent decision, and I don't think he used the magic word "pr

Re: [Python-Dev] C API for the bool type?

2005-03-24 Thread Fred L. Drake, Jr.
On Monday 21 March 2005 04:54, Bo Thorsen wrote: > If this is not the correct place to post this problem, I apologize. In > that case, please be gentle and point me to a better mailing list. You should be able to get answers to this kind of question on comp.lang.python (aka python-list at pytho

Re: [Python-Dev] Re: webbrowser.py

2005-03-24 Thread Rodrigo Dias Arruda Senra
On Thu, 24 Mar 2005 17:13:30 +0300 Oleg Broytmann <[EMAIL PROTECTED]> wrote: > On Thu, Mar 24, 2005 at 11:11:11AM -0300, Rodrigo Dias Arruda Senra wrote: > > However, if you could make the necessary changes to the documentation, > >I'll try, but certainly not in TeX format... Edit libwebbrow

Re: [Python-Dev] Re: webbrowser.py

2005-03-24 Thread Oleg Broytmann
On Thu, Mar 24, 2005 at 11:11:11AM -0300, Rodrigo Dias Arruda Senra wrote: > However, if you could make the necessary changes to the documentation, I'll try, but certainly not in TeX format... Oleg. -- Oleg Broytmannhttp://phd.pp.ru/[EMAIL PROTECTED] Pr

Re: [Python-Dev] Re: webbrowser.py

2005-03-24 Thread Rodrigo Dias Arruda Senra
On Thu, 24 Mar 2005 16:30:35 +0300 Oleg Broytmann <[EMAIL PROTECTED]> wrote: >I've reworked the patch once more. I moved some common functionality > into the UnixBrowser class and added two new features ... I do not want to abuse your generosity. However, if you could make the necessary chang

Re: [Python-Dev] Shorthand for lambda

2005-03-24 Thread Hye-Shik Chang
On Wed, 23 Mar 2005 10:33:53 -0600 (CST), Ka-Ping Yee <[EMAIL PROTECTED]> wrote: > Hey folks, > > >>> from placeholder import _ > >>> numbers = [5, 9, 56, 34, 1, 24, 37, 89] > >>> filter(_ < 30, numbers) > [5, 9, 1, 24] > >>> map(_ + 10, numbers) > [15, 19, 66, 44, 11, 34,

Re: [Python-Dev] Re: webbrowser.py

2005-03-24 Thread Oleg Broytmann
On Wed, Mar 23, 2005 at 09:29:30PM +0300, Oleg Broytmann wrote: >I also added elinks support - currently it is very similar to links, > but I am going to extend its remote capabilities. (Yes, that small > text-mode broswer supports remoting, windows and tabs! Who'd think?!.) >Also I'm going

python-dev@python.org

2005-03-24 Thread Oleg Broytmann
On Wed, Mar 23, 2005 at 06:39:41PM -0500, Fred L. Drake, Jr. wrote: > On Wednesday 23 March 2005 07:40, Oleg Broytmann wrote: > >While I'm working on webbrowser... Why do all graphical browsers are > > called with their stdout/stderr redirected to /dev/null? Do we really > > need to hide pro