Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #62480 > unrolled thread

@property simultaneous setter and getter

Started byBrian Bruggeman <brian.m.bruggeman@gmail.com>
First post2013-12-20 15:26 -0600
Last post2013-12-21 16:42 -0500
Articles 5 — 5 participants

Back to article view | Back to comp.lang.python


Contents

  @property simultaneous setter and getter Brian Bruggeman <brian.m.bruggeman@gmail.com> - 2013-12-20 15:26 -0600
    Re: @property simultaneous setter and getter Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-12-21 11:31 +0000
      Re: @property simultaneous setter and getter Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-12-21 12:09 +0000
      Re: @property simultaneous setter and getter Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-12-21 11:59 -0500
      Hopper and Backus (was Re: @property simultaneous setter and getter) Terry Reedy <tjreedy@udel.edu> - 2013-12-21 16:42 -0500

#62480 — @property simultaneous setter and getter

FromBrian Bruggeman <brian.m.bruggeman@gmail.com>
Date2013-12-20 15:26 -0600
Subject@property simultaneous setter and getter
Message-ID<mailman.4464.1387618739.18130.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

Is this something that would be pep-able?

https://gist.github.com/brianbruggeman/8061774

Thanks in advance.

[toc] | [next] | [standalone]


#62483

FromSteven D'Aprano <steve+comp.lang.python@pearwood.info>
Date2013-12-21 11:31 +0000
Message-ID<52b57c09$0$6599$c3e8da3$5496439d@news.astraweb.com>
In reply to#62480
On Fri, 20 Dec 2013 15:26:10 -0600, Brian Bruggeman wrote:

> Is this something that would be pep-able?

I don't know. What is it? I'm sure your code is the most fabulous, 
awesome and brilliant thing since Grace Hopper came up with FORmula 
TRANslation back in the 1950s, but my browser has over eighty tabs open 
at the moment, give me a reason why I ought to open one more.


> https://gist.github.com/brianbruggeman/8061774

If you aren't willing or able to spend a sentence or three explaining 
what your code does, what need it fulfils, and why it ought to be 
included in Python, you're going to have real bad time trying to persuade 
the hard-nosed, conservative core developers. Trust me, I know what I am 
talking about, I am the author of a successful PEP:

http://www.python.org/dev/peps/pep-0450/

and that was for something which already had at least two of the most 
respected core developers' support before I even started. So before you 
go to the effort of writing a PEP, how about you try to justify your 
proposal here?



-- 
Steven

[toc] | [prev] | [next] | [standalone]


#62487

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2013-12-21 12:09 +0000
Message-ID<mailman.4467.1387627760.18130.python-list@python.org>
In reply to#62483
On 21/12/2013 11:31, Steven D'Aprano wrote:
> On Fri, 20 Dec 2013 15:26:10 -0600, Brian Bruggeman wrote:
>
>> Is this something that would be pep-able?
>
> I don't know. What is it? I'm sure your code is the most fabulous,
> awesome and brilliant thing since Grace Hopper came up with FORmula
> TRANslation back in the 1950s, but my browser has over eighty tabs open
> at the moment, give me a reason why I ought to open one more.
>

I was under the impression that she was more associated with COBOL but 
never mind.

>
>> https://gist.github.com/brianbruggeman/8061774
>
> If you aren't willing or able to spend a sentence or three explaining
> what your code does, what need it fulfils, and why it ought to be
> included in Python, you're going to have real bad time trying to persuade
> the hard-nosed, conservative core developers. Trust me, I know what I am
> talking about, I am the author of a successful PEP:
>
> http://www.python.org/dev/peps/pep-0450/
>
> and that was for something which already had at least two of the most
> respected core developers' support before I even started. So before you
> go to the effort of writing a PEP, how about you try to justify your
> proposal here?
>

Nail struck firmly on head I reckon.

-- 
My fellow Pythonistas, ask not what our language can do for you, ask 
what you can do for our language.

Mark Lawrence

[toc] | [prev] | [next] | [standalone]


#62502

FromDennis Lee Bieber <wlfraed@ix.netcom.com>
Date2013-12-21 11:59 -0500
Message-ID<mailman.4476.1387645207.18130.python-list@python.org>
In reply to#62483
On 21 Dec 2013 11:31:22 GMT, Steven D'Aprano
<steve+comp.lang.python@pearwood.info> declaimed the following:

>On Fri, 20 Dec 2013 15:26:10 -0600, Brian Bruggeman wrote:
>
>> Is this something that would be pep-able?
>
>I don't know. What is it? I'm sure your code is the most fabulous, 
>awesome and brilliant thing since Grace Hopper came up with FORmula 
>TRANslation back in the 1950s, but my browser has over eighty tabs open 
>at the moment, give me a reason why I ought to open one more.
>
	As I recall, Grace Hopper was involved in COmmon Business Oriented
Language. FORTRAN credit goes to John Backus (the B in BNF notation)
-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
    wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

[toc] | [prev] | [next] | [standalone]


#62514 — Hopper and Backus (was Re: @property simultaneous setter and getter)

FromTerry Reedy <tjreedy@udel.edu>
Date2013-12-21 16:42 -0500
SubjectHopper and Backus (was Re: @property simultaneous setter and getter)
Message-ID<mailman.4485.1387662169.18130.python-list@python.org>
In reply to#62483
On 12/21/2013 11:59 AM, Dennis Lee Bieber wrote:
> On 21 Dec 2013 11:31:22 GMT, Steven D'Aprano

>> I don't know. What is it? I'm sure your code is the most fabulous,
>> awesome and brilliant thing since Grace Hopper came up with FORmula
>> TRANslation back in the 1950s,

> As I recall, Grace Hopper was involved in COmmon Business Oriented
> Language.

Yes, https://en.wikipedia.org/wiki/Grace_hopper

Somehow, I had the same impression as Steven.

 > FORTRAN credit goes to John Backus (the B in BNF notation)

He assembled and directed the team (at IBM, it appears).
https://en.wikipedia.org/wiki/John_Backus

-- 
Terry Jan Reedy

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web