Re: [Python-Dev] Escaping docs markup in NEWS entries?

2017-05-02 Thread Wes Turner
On Tue, May 2, 2017 at 1:58 PM, David Goodger wrote: > On Mon, May 1, 2017 at 5:03 AM, Wes Turner wrote: > > Where would be a good place for test cases for an rst_escape() function? > > Docutils? > > > > https://github.com/westurner/dotfiles/blob/develop/scripts/ > git-changelog.py > > I'd say t

Re: [Python-Dev] Escaping docs markup in NEWS entries?

2017-05-02 Thread David Goodger
On Mon, May 1, 2017 at 5:03 AM, Wes Turner wrote: > Where would be a good place for test cases for an rst_escape() function? > Docutils? > > https://github.com/westurner/dotfiles/blob/develop/scripts/git-changelog.py I'd say that the test cases for any function should reside in the same project/c

Re: [Python-Dev] __getattribute__'s error is not available in __getattr__

2017-05-02 Thread Ethan Furman
On 05/01/2017 08:47 PM, Jason Maldonis wrote: If this should be asked in learn python I apologize -- please just tell me without answering. If you could re-ask this question over on Python List I'd love to discuss which errors you are seeing from __getattribute__ (beside AttributeError, of c

Re: [Python-Dev] Possible bug in class-init, lookin for mentors

2017-05-02 Thread Mariatta Wijaya
Justus, welcome. Consider joining the core-mentorship mailing list. If you have specific questions on how to contribute or how to get started, we can help you there. https://mail.python.org/mailman/listinfo/core-mentorship Thanks, Erik. Yes, CPython has moved to GitHub https://github.com/python/

Re: [Python-Dev] Guarantee the success of some object creation C API functions

2017-05-02 Thread Brett Cannon
On Mon, 1 May 2017 at 21:19 Nick Coghlan wrote: > On 2 May 2017 at 07:52, Chris Angelico wrote: > > On Tue, May 2, 2017 at 6:52 AM, Terry Reedy wrote: > >> The promise makes it clear that breaking the property is a bug to be > fixed. > >> It only decreases the probability for someone who has re

Re: [Python-Dev] Possible bug in class-init, lookin for mentors

2017-05-02 Thread Erik Bray
On Fri, Apr 21, 2017 at 12:09 PM, Justus Schwabedal wrote: > Hi everyone, > > I possibly found a bug in class initialization and would like to fix it. > Because it's my first journey to core-dev, I would really appreciate the > help of a mentor that I may ask a few questions to get me up to speed.