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
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
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
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/
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
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.