Re: [Python-Dev] PEP: Collecting information about git

2015-09-12 Thread Oleg Broytman
On Sat, Sep 12, 2015 at 03:54:51PM +0200, Oleg Broytman wrote: > PEP: XXX > Title: Collecting information about git HTMLized version: http://phdru.name/Software/Python/PEPs/pep-git.html git repo: http://git.phdru.name/?p=pep-git.git;a=summary Oleg. -- Oleg Broytmanhttp://

[Python-Dev] PEP: Collecting information about git

2015-09-12 Thread Oleg Broytman
PEP: XXX Title: Collecting information about git Version: $Revision$ Last-Modified: $Date$ Author: Oleg Broytman Status: Draft Type: Informational Content-Type: text/x-rst Created: 01-Jun-2015 Post-History: 12-Sep-2015 Abstract This Informational PEP collects information about git. Ther

Re: [Python-Dev] PEP: Collecting information about git

2015-09-12 Thread Brett Cannon
I have not had a chance to read Oleg's PEP, but the devguide has the reverse docs at https://docs.python.org/devguide/gitdevs.html so we have the VCS docs down pat. :) On Sat, Sep 12, 2015, 06:59 Oleg Broytman wrote: > PEP: XXX > Title: Collecting information about git > Version: $Revision$ > La

Re: [Python-Dev] Choosing an official stance towards module deprecation in Python 3

2015-09-12 Thread Brett Cannon
Someone else brought up warnings in Python 2.7 and my response was that you already get the warning in Python 3 so why get it twice across different versions? On Fri, Sep 11, 2015, 22:48 Serhiy Storchaka wrote: > On 08.09.15 19:59, Brett Cannon wrote: > > The approaches to module deprecation I h

Re: [Python-Dev] PEP: Collecting information about git

2015-09-12 Thread Guido van Rossum
I have only skimmed the first half but it looks really good. On Sat, Sep 12, 2015 at 8:12 AM, Brett Cannon wrote: > I have not had a chance to read Oleg's PEP, but the devguide has the > reverse docs at https://docs.python.org/devguide/gitdevs.html so we have > the VCS docs down pat. :) > > On S

Re: [Python-Dev] PEP: Collecting information about git

2015-09-12 Thread Oleg Broytman
Hi! I will add the URL with the following paragraph: Python Developer's Guide also has a chapter `Mercurial for git developers `_ that documents a few differences between git and hg. Thanks! On Sat, Sep 12, 2015 at 03:12:13PM +, Brett Cannon

Re: [Python-Dev] PEP: Collecting information about git

2015-09-12 Thread Oleg Broytman
On Sat, Sep 12, 2015 at 08:29:10AM -0700, Guido van Rossum wrote: > I have only skimmed the first half but it looks really good. Thank you! > On Sat, Sep 12, 2015 at 8:12 AM, Brett Cannon wrote: > > > I have not had a chance to read Oleg's PEP, but the devguide has the > > reverse docs at

Re: [Python-Dev] PEP 495 Was: PEP 498: Literal String Interpolation is ready for pronouncement

2015-09-12 Thread Alexander Belopolsky
On Sat, Sep 12, 2015 at 1:20 AM, Terry Reedy wrote: > A mathematician has no problem with 'a'+'b' != 'b'+'a'. I doubt it. A binary operation denoted + (and called addition) is almost universally a commutative operation. A non-commutative binary operation is usually denoted * (and called mult

Re: [Python-Dev] PEP: Collecting information about git

2015-09-12 Thread PJ Eby
On Sat, Sep 12, 2015 at 9:54 AM, Oleg Broytman wrote: > The plan is to extend the PEP in the future collecting information > about equivalence of Mercurial and git scenarios to help migrating > Python development from Mercurial to git. I couldn't find any previous discussion about this, but I fig

Re: [Python-Dev] PEP: Collecting information about git

2015-09-12 Thread Oleg Broytman
On Sat, Sep 12, 2015 at 02:02:15PM -0400, PJ Eby wrote: > On Sat, Sep 12, 2015 at 9:54 AM, Oleg Broytman wrote: > > The plan is to extend the PEP in the future collecting information > > about equivalence of Mercurial and git scenarios to help migrating > > Python development from Mercurial to gi

[Python-Dev] Looking for a developer who will work with me for at least 6 months to fix NumPy's dtype system.

2015-09-12 Thread Travis Oliphant
Hi all, Apologies for cross-posting, but I need to get the word out and twitter doesn't provide enough explanation. I've been working on a second edition of my "Guide to NumPy" book. It's been a time-pressured activity, but it's helped me put more meat around my ideas for how to fix NumPy's dty

Re: [Python-Dev] PEP: Collecting information about git

2015-09-12 Thread Tim Delaney
On 13 September 2015 at 04:42, Oleg Broytman wrote: >There are too many things that I personally can do with git but can't > do with hg. Because of that I switched all my development from hg to git > and I am willing to help those who want to follow. > Slightly off-topic, but personally I'd

Re: [Python-Dev] PEP: Collecting information about git

2015-09-12 Thread Ryan Gonzalez
On September 12, 2015 6:14:58 PM CDT, Tim Delaney wrote: >On 13 September 2015 at 04:42, Oleg Broytman wrote: > >>There are too many things that I personally can do with git but >can't >> do with hg. Because of that I switched all my development from hg to >git >> and I am willing to help

[Python-Dev] The changes I am planning to NumPy I'd like to make only available on Python 3

2015-09-12 Thread Travis Oliphant
If it helps anyone in their interest level. My intention would be to make these changes to NumPy only available on Python 3 as a way to help continue adoption of Python 3. -Travis -- *Travis Oliphant* *Co-founder and CEO* @teoliphant 512-222-5440 http://www.continuum.io ___

Re: [Python-Dev] PEP 495 Was: PEP 498: Literal String Interpolation is ready for pronouncement

2015-09-12 Thread Terry Reedy
On 9/12/2015 1:04 PM, Alexander Belopolsky wrote: On Sat, Sep 12, 2015 at 1:20 AM, Terry Reedy mailto:tjre...@udel.edu>> wrote: A mathematician has no problem with 'a'+'b' != 'b'+'a'. I doubt it. A binary operation denoted + (and called addition) is almost universally a commutative ope

Re: [Python-Dev] PEP: Collecting information about git

2015-09-12 Thread Oleg Broytman
Hi! On Sun, Sep 13, 2015 at 09:14:58AM +1000, Tim Delaney wrote: > On 13 September 2015 at 04:42, Oleg Broytman wrote: > > >There are too many things that I personally can do with git but can't > > do with hg. Because of that I switched all my development from hg to git > > and I am willin