Re: [Python-Dev] Python 2.7 EOL date

2018-08-25 Thread Benjamin Peterson
I was operating under the optimistic assumption whatever the precise time of 2.7's official demise would only be an amusing piece of trivia for a world of happy Python 3 users. It's still to early to promise exact release dates; that will depend on the day-to-day schedules of the release manage

Re: [Python-Dev] [Python-checkins] bpo-34171: Prevent creating Lib/trace.cover when run the trace module. (GH-8841)

2018-08-25 Thread Jeremy Kloth
On Sat, Aug 25, 2018 at 1:28 AM Serhiy Storchaka wrote: > > https://github.com/python/cpython/commit/c406d5cd74002964a64c3eb7d9e2445a7fd3a03f > commit: c406d5cd74002964a64c3eb7d9e2445a7fd3a03f > branch: master > author: Serhiy Storchaka > committer: GitHub > date: 2018-08-25T10:27:55+03:00 > sum

[Python-Dev] Python REPL doesn't work on Windows over remote powershell session (winrm)

2018-08-25 Thread ZHU Xiang
Hello dears Python devs, I'm taking the initiative of writing to you for a question on Python REPL over Windows remote powershell session (winrm). As we’ve all known, Python REPL works well on local Linux, local Windows, and remote SSH session. But for the remote Windows powershell session the

Re: [Python-Dev] Python REPL doesn't work on Windows over remote powershell session (winrm)

2018-08-25 Thread Chris Angelico
On Sun, Aug 26, 2018 at 9:09 AM, ZHU Xiang wrote: > But for the remote Windows powershell session the REPL doesn’t work, when I > type ‘’python” on the remote session, there’s nothing happened. > > # 1/ pre-install python on server1 (server 1 is a windows os) > # 2/ from a powershell console on se

Re: [Python-Dev] Python REPL doesn't work on Windows over remote powershell session (winrm)

2018-08-25 Thread David Bolen
ZHU Xiang writes: > === > Steps to reproduce > > # 1/ pre-install python on server1 (server 1 is a windows os) > # 2/ from a powershell console on server0, type below 2 commands: > enter-pssession server1 > python > > Expected behavior > # The python >>> prompt app