[issue17894] Edits to descriptor howto

2019-10-10 Thread Raymond Hettinger
Raymond Hettinger added the comment: I am actively working on updates. However, the work on Python 3.8's whatsnew and doc fixes are a more immediate priority. Cumulatively, I've put an a lot of effort in to this and have made a continuous stream of improvements over the years including thi

[issue17894] Edits to descriptor howto

2019-10-10 Thread Ned Batchelder
Change by Ned Batchelder : -- resolution: rejected -> status: closed -> open ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue17894] Edits to descriptor howto

2019-10-10 Thread Ned Batchelder
Ned Batchelder added the comment: I think it's a bad precedent to have pages in the official docs that belong to a single author. If you want to maintain that kind of control, it should go on your blog. Part of the agreement for having material added to the official docs should be the unde

[issue17894] Edits to descriptor howto

2019-10-09 Thread Raymond Hettinger
Raymond Hettinger added the comment: I've been working on some updates to the descriptor how-to and will likely post next month or so (there have been other priorities for 3.8 and I had had some limitations regarding posting my training material). I'm going in a different direction than the

[issue17894] Edits to descriptor howto

2019-10-09 Thread Ammar Askar
Ammar Askar added the comment: Any updates on this? Some of the re-organization and simplifications here look pretty good overall and make the guide way more approachable. Seeing as how this has been sitting a while and Github has an option allow maintainers to make edits to PRs. Raymond, wo

[issue17894] Edits to descriptor howto

2018-06-30 Thread Julian Berman
Julian Berman added the comment: This seems very very slightly overly conversational (specifically the "That's all there is to it" sentence), but overall like a pretty decent improvement here. Personally I'd axe that sentence but then seems like this should be merged as-is and any further i

[issue17894] Edits to descriptor howto

2017-02-27 Thread Raymond Hettinger
Raymond Hettinger added the comment: I will work on it thank you. -- versions: +Python 3.7 -Python 3.4 ___ Python tracker ___ ___ Pyth

[issue17894] Edits to descriptor howto

2017-02-27 Thread Ned Batchelder
Ned Batchelder added the comment: I'm still interested in moving this forward. I can make a GitHub pull request if that would help. -- ___ Python tracker ___ ___

[issue17894] Edits to descriptor howto

2013-06-19 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue17894] Edits to descriptor howto

2013-05-04 Thread Antoine Pitrou
Antoine Pitrou added the comment: > in contrast to an authoritative document closely tied to the actually > implementation details I fail to understand why a HOWTO should be an authoritative document closely tied to implementation details. If you don't want this document to be beginner-friend

[issue17894] Edits to descriptor howto

2013-05-04 Thread Ned Batchelder
Ned Batchelder added the comment: Raymond, I'm glad you're on top of this. I would have thought the howto should be the easy on-ramp, and deeper authoritative details should go in the reference section. -- ___ Python tracker

[issue17894] Edits to descriptor howto

2013-05-04 Thread Raymond Hettinger
Raymond Hettinger added the comment: Please don't go crazy with this. I will look at the suggestions and make some edits to improve its readability but am not going to change it into a breezy conversational style. Instead, I'll likely put together a separate descriptor tutorial that presents

[issue17894] Edits to descriptor howto

2013-05-04 Thread Ned Batchelder
Ned Batchelder added the comment: I worked with Ezio to make a new patch with the full edits. I have other ideas for edits to the rest of the document, but we can discuss those if you like these... -- Added file: http://bugs.python.org/file30127/descriptor_howto_2.patch __

[issue17894] Edits to descriptor howto

2013-05-04 Thread Ezio Melotti
Ezio Melotti added the comment: Attached a patch that rephrases part of the suggestions made by Ned. -- nosy: +ezio.melotti Added file: http://bugs.python.org/file30125/issue17894.diff ___ Python tracker __

[issue17894] Edits to descriptor howto

2013-05-03 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- assignee: docs@python -> rhettinger nosy: +rhettinger priority: normal -> low ___ Python tracker ___ ___

[issue17894] Edits to descriptor howto

2013-05-02 Thread Ned Batchelder
New submission from Ned Batchelder: I find the explanations in the Descriptor howto to be difficult to understand. I took a stab at changing the first few sections to introduce the concepts in an easier-to-grasp style. Issue 12077 also covers a little bit of this. -- assignee: docs@p