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

2015-09-17 Thread André Freitas
Regarding Git tools for Windows, GitHub Desktop and Sourcetree are actually very good with nice features. A Qui, 17/09/2015, 04:12, Nikolaus Rath escreveu: > On Sep 16 2015, Terry Reedy wrote: > > On 9/16/2015 5:20 AM, Oleg Broytman wrote: > > > >> On Tue,

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

2015-09-17 Thread Tim Golden
On 17/09/2015 02:59, Terry Reedy wrote: > On 9/16/2015 5:20 AM, Oleg Broytman wrote: > >> On Tue, Sep 15, 2015 at 07:44:28PM +, Augie Fackler >> wrote: > >>> There are a lot of reasons to prefer one tool over another. Common >>> ones are >>> familiarity, simplicity, and

Re: [Python-Dev] python windows installation inconsistent use of registry keys

2015-09-17 Thread Barry Scott
> On 15 Sep 2015, at 18:39, Barry Scott wrote: > > I am used to looking in > HKLM:\SOFTWARE\Python\PythonCore\%(py_maj)d.%(py_min)d\InstallPath > to find out where python is installed so that my installation kit can add > itself to site-packages. > > I just found that

[Python-Dev] Proposing the deprecation of the pyvenv script

2015-09-17 Thread Brett Cannon
I opened http://bugs.python.org/issue25154 for this idea and below is what I put in the issue as to why I think we should deprecate the pyvenv script in favour of `python3 -m venv`. I propose that the pyvenv script be deprecated in Python 3.5.1 and removed in Python 3.8. The reason for this

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

2015-09-17 Thread Ryan Gonzalez
*cough* Google *cough* http://stackoverflow.com/questions/5911774/git-gui-like-hg-workbench-in-ms-windows SourceTree looks quite similar. On Thu, Sep 17, 2015 at 2:07 PM, Terry Reedy wrote: > On 9/17/2015 3:17 AM, André Freitas wrote: > >> Regarding Git tools for Windows,

Re: [Python-Dev] Proposing the deprecation of the pyvenv script

2015-09-17 Thread Barry Warsaw
On Sep 17, 2015, at 06:40 PM, Brett Cannon wrote: >I propose that the pyvenv script be deprecated in Python 3.5.1 and >removed in Python 3.8. The reason for this proposal is because it is >non-obvious what version of Python a pyvenv command is tied to (heck, >it isn't necessarily obvious that

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

2015-09-17 Thread Terry Reedy
On 9/17/2015 3:17 AM, André Freitas wrote: Regarding Git tools for Windows, GitHub Desktop and Sourcetree are actually very good with nice features. Do you know if either have anything like TortoiseHg Workbench? https://tortoisehg.readthedocs.org/en/latest/workbench.html (screenshot at top)

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

2015-09-17 Thread Terry Reedy
On 9/17/2015 3:09 AM, Tim Golden wrote: On 17/09/2015 02:59, Terry Reedy wrote: On 9/16/2015 5:20 AM, Oleg Broytman wrote: On Tue, Sep 15, 2015 at 07:44:28PM +, Augie Fackler wrote: There are a lot of reasons to prefer one tool over another. Common ones are