[issue30709] Bad getter from Descriptor#Properties example

2017-06-22 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bug

[issue30709] Bad getter from Descriptor#Properties example

2017-06-22 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset d79ac2c2468f072653ed9096cd33f89acb6ff5bb by Mariatta in branch '3.6': [3.6] bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339) (GH-2342) https://github.com/python/cpython/commit/d79ac2c2468f072653ed9096cd33f89acb6ff5bb -

[issue30709] Bad getter from Descriptor#Properties example

2017-06-22 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 508267437cc66fdadc12fb19fb2958c452b8a26f by Mariatta in branch '2.7': [2.7] bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339) (GH-2340) https://github.com/python/cpython/commit/508267437cc66fdadc12fb19fb2958c452b8a26f -

[issue30709] Bad getter from Descriptor#Properties example

2017-06-22 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 8aa15ba884b14c1cf65d4c1a4c5abc4253f5c9ed by Mariatta in branch '3.5': [3.5] bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339) (GH-2341) https://github.com/python/cpython/commit/8aa15ba884b14c1cf65d4c1a4c5abc4253f5c9ed -

[issue30709] Bad getter from Descriptor#Properties example

2017-06-22 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +2386 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue30709] Bad getter from Descriptor#Properties example

2017-06-22 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +2385 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue30709] Bad getter from Descriptor#Properties example

2017-06-22 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +2384 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue30709] Bad getter from Descriptor#Properties example

2017-06-22 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset b066edfb1b268e90ea11f45dd1827f46d7ceec88 by Mariatta (_ = NaN) in branch 'master': bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339) https://github.com/python/cpython/commit/b066edfb1b268e90ea11f45dd1827f46d7ceec88 -- no

[issue30709] Bad getter from Descriptor#Properties example

2017-06-22 Thread AnqurVanillapy
AnqurVanillapy added the comment: Previous conversation here: https://github.com/python/cpython/pull/2288 -- ___ Python tracker ___ __

[issue30709] Bad getter from Descriptor#Properties example

2017-06-22 Thread AnqurVanillapy
Changes by AnqurVanillapy : -- pull_requests: +2382 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30709] Bad getter from Descriptor#Properties example

2017-06-21 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- versions: +Python 3.5, Python 3.6, Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue30709] Bad getter from Descriptor#Properties example

2017-06-20 Thread AnqurVanillapy
New submission from AnqurVanillapy: - The purpose of `obj` in the example is implicit - As an argument the `obj` will cause errors when using Cell('b10').value because it expects more arguments, but 1 given -- assignee: docs@python components: Documentation messages: 296412 nosy: anqur,