Nick Coghlan gmail.com> writes:
> On 31 May 2016 3:12 pm, "Glenn Linderman" g.nevcal.com> wrote:
> > On 5/31/2016 12:55 PM, rndblnch wrote:
> >> Guido van Rossum gmail.com> writes:
> >>
> >>>
> >>> Also -- the most important
Guido van Rossum gmail.com> writes:
>
> Also -- the most important thing. What to call these things? We're
> pretty much settled on the semantics and how to create them (A =
> NewType('A', int)) but what should we call types like A when we're
> talking about them? "New types" sounds awkward.
b
rndblnch gmail.com> writes:
> Now that I have figured out how to use patch queues with bitbucket, I will
> maintain greg's pep380 implementation as a patch on top of cpython here:
> <https://bitbucket.org/rndblnch/cpython-pep380/>
snip
> The patch is now visible here
rndblnch gmail.com> writes:
> > Anyone without push rights for hg.python.org may want to fork the
> > mirror the bitbucket folks set up during the PyCon sprints to avoid
> > having to push the whole repository up to a separate hosting site:
> > https://bitbucket.org/mi
so for now it's just a clone of
the curent tip.
> Anyone without push rights for hg.python.org may want to fork the
> mirror the bitbucket folks set up during the PyCon sprints to avoid
> having to push the whole repository up to a separate hosting site:
> https://bitbucket.org/mirror
Greg Ewing canterbury.ac.nz> writes:
> Guido van Rossum wrote:
> > Ok. Will you hvae time to port your patches to 3.3?
> I'm not sure -- I'll see what I can do.
If this can help, I have written a script that transforms greg's patch into a
patch that applies on cpython current tip.
The script is a
Greg Ewing canterbury.ac.nz> writes:
>
> Guido van Rossum wrote:
> > Ok. Will you hvae time to port your patches to 3.3?
>
> I'm not sure -- I'll see what I can do.
>
If this can help, I've "ported" the patch YieldFrom-Python3.1.2-rev5.patch
against current cpython tip.
What I've done:
- clon